The IndexedCollection<(Of <(T>)>) type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| IndexedCollection<(Of <(T>)>) |
Initializes a new IndexedCollection<(Of <(T>)>) instance.
|
Methods
| Name | Description | |
|---|---|---|
| Contains |
See Contains(T).
| |
| CopyTo | ||
| Equals | (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 |
See 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 | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
See Count.
| |
| IsReadOnly |
See IsReadOnly. Always returns true.
| |
| Item | Overloaded. |