Overload | Description |
---|---|
Item(Int32) | Gets or sets the element at the given index. |
Item(String) | Gets or sets an element with the given type. |
Overload | Description |
---|---|
Item(Int32) | Gets or sets the element at the given index. |
Item(String) | Gets or sets an element with the given type. |
This method implements a standard collection operation. It is the principle method you will use to read or change elements in the collection. You can read or modify any element in the collection with this method.