IndexedCollection<T>.Item Property
Include Protected Members
Include Inherited Members
Gets an indexer for this collection.
Overload List
Name | Description | |
---|---|---|
![]() |
Item[Int32] | Gets an integer indexer for this collection. (Inherited from GenericCollection<T>.) |
![]() |
Item[Guid] | GUID indexer for this collection |
![]() |
Item[String] | Gets a string indexer for this collection. |
Top