AssetSet
public class AssetSet : APIObject, IEnumerable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| AssetSet() | None | Initializes a new instance of the class |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Clear() | None | ||
| Contains(Asset) | bool | ||
| Erase(Asset) | int | ||
| ForwardIterator() | AssetSetIterator | ||
| GetEnumerator() | IEnumerator | ||
| Insert(Asset) | bool | ||
| ReverseIterator() | AssetSetIterator | ||
| Dispose() | None | Causes the object to release immediately any resources it may be utilizing. | APIObject |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsEmpty | bool | ||
| Size | int | ||
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. | APIObject |