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

Methods

  NameDescription
Contains
Returns true if the given item exists in the collection.
GetEnumeratorOverloaded.
IndexOf
Gets the index of the given item in the collection.
SortOverloaded.
ToArray
Gets the collection to a standard array of the object type.

Properties

  NameDescription
Count
Gets the number of items in the collection.
Item
Gets the object at the specified index.

See Also