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

Methods

  NameDescription
Contains
CopyTo
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FindById
Returns a DimensionState or DimensionValue by ID. Returns null if an element with the specified ID is not found.
FindByName
Returns a DimensionState or DimensionValue by string name. Returns null if an element with the specified name is not found. Note: If you try to look up a DimensionValue by name, it will return the first one in the collection if there are more than one DimensionValue in the IndexedCollection<(Of <(T>)>) with the same name.
GetEnumerator
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IndexOf
See IndexOf(T).
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Explicit Interface Implementations

See Also