次の方法で共有


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

関連項目

参照先

IReadOnlyCollection<T> インターフェイス

IReadOnlyCollection<T> メンバー

Microsoft.BusinessData.Infrastructure.Collections 名前空間