OrderedCollectionBase<T>.Item[] Property

Definition

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

Implements

Applies to