[]
Represents a collection of resource references.
[ListBindable(false)]
public class ResourceRefCollection : Collection<ResourceRef>, IList<ResourceRef>, ICollection<ResourceRef>, IList, ICollection, IReadOnlyList<ResourceRef>, IReadOnlyCollection<ResourceRef>, IEnumerable<ResourceRef>, IEnumerable
Name | Description |
---|---|
ClearItems() | Removes all items from the collection. |
IndexOf(int) | Searches for the specified ID of the resource and returns the zero-based index of the corresponding element. |
InsertItem(int, ResourceRef) | Inserts an item at the specified index. |
RemoveItem(int) | Removes the item at the specified index. |
Search(int) | Searches for a ResourceRef with the specified ID of the resource. |
SetItem(int, ResourceRef) | Replaces the item at the specified index. |