'宣言
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Shared Function AsIndexed(Of T)( _ ByVal source As IIndexedSource(Of T) _ ) As IIndexedSource(Of T)
[System.Runtime.CompilerServices.Extension()] public static IIndexedSource<T> AsIndexed<T>( IIndexedSource<T> source )
パラメータ
- source
- C1.LiveLinq.Indexing.IIndexedSource<T>型のコレクション。
型パラメータ
- T
- source内の要素の型。