The IMetaCollection<(Of <(T>)>) type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Contains | Overloaded. | |
| CopyTo | .NET only. Copies the collection to another collection that implements the IList interface.
| |
| GetEnumerator | Overloaded. | |
| GetValues | .NET only. Given a list of string IDs, returns a list of items with those IDs.
| |
| IndexOf | Overloaded. | |
| ItemEx | Given the string ID of an item, returns the object and the index in the collection.
| |
| TryGetValue | Attempts to get the object with the string ID passed in. Returns false if object is not in the collection.
|
Properties
| Name | Description | |
|---|---|---|
| Count | Gets the integer number of elements in the collection.
| |
| Item | Overloaded. | |
| List | .NET only. Gets an IList of the items in the collection.
|