ReadOnlyList<T>.Item プロパティ
指定されたインデックス位置の要素を取得します。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Public ReadOnly Default Property Item ( _
index As Integer _
) As T
Get
'使用
Dim instance As ReadOnlyList
Dim index As Integer
Dim value As T
value = instance(index)
public T this[
int index
] { get; }
public:
virtual property T default[int index] {
T get (int index) sealed;
}
abstract Item : 'T
override Item : 'T
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- index
型: System.Int32
取得する要素の 0 から始まるインデックスです。
プロパティ値
型: T
指定したインデックスにある要素です。