OrderedCollectionBase<T>.Item[] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Item[Int32] | |
Item[String] |
Item[Int32]
public T this[int index] { get; }
member this.Item(int) : 'T
Default Public ReadOnly Property Item(index As Integer) As T
Parameters
- index
- Int32
Property Value
T
Implements
Applies to
Item[String]
public T this[string name] { get; set; }
member this.Item(string) : 'T with get, set
Default Public Property Item(name As String) As T
Parameters
- name
- String
Property Value
T