IReadOnlyCollection<T>.Item プロパティ
指定された位置のアイテムを取得します。
名前空間: Microsoft.BusinessData.Infrastructure.Collections
アセンブリ: Microsoft.BusinessData (Microsoft.BusinessData.dll 内)
構文
'宣言
ReadOnly Property Item ( _
index As Integer _
) As T
Get
'使用
Dim instance As IReadOnlyCollection
Dim index As Integer
Dim value As T
value = instance.Item(index)
T this[
int index
] { get; }
パラメーター
index
型: System.Int32取得する項目のインデックス。
プロパティ値
型: T