AssetSet
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| AssetSet() | AssetSet | Initializes a new instance of the AssetSet class |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Clear() | None | ||
| Contains(Asset) | Boolean | ||
| Dispose() | None | Causes the object to release immediately any resources it may be utilizing. (Inherited from APIObject ) | APIObject |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| Erase(Asset) | Int32 | ||
| ForwardIterator() | AssetSetIterator | ||
| GetEnumerator() | IEnumerator | ||
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| Insert(Asset) | Boolean | ||
| ReverseIterator() | AssetSetIterator | ||
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsEmpty | bool | ||
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. (Inherited from APIObject ) | APIObject |
| Size | int |
No comments yet. Start the discussion.
Loading…