OrderedCollectionBase<T>.Item[] プロパティ

定義

オーバーロード

名前 説明
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

パラメーター

index
Int32

プロパティ値

T

実装

適用対象

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

パラメーター

name
String

プロパティ値

T

実装

適用対象