The IMetaCollection<(Of <(T>)>) type exposes the following members.

Methods

  NameDescription
ContainsOverloaded.
CopyTo
.NET only. Copies the collection to another collection that implements the IList interface.
GetEnumeratorOverloaded.
GetValues
.NET only. Given a list of string IDs, returns a list of items with those IDs.
IndexOfOverloaded.
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

  NameDescription
Count
Gets the integer number of elements in the collection.
ItemOverloaded.
List
.NET only. Gets an IList of the items in the collection.

See Also