Blazor コントロール
GetItems(Boolean,Nullable<Int32>,Nullable<Int32>) メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1DynamicList<T> クラス : GetItems(Boolean,Nullable<Int32>,Nullable<Int32>) メソッド
Only return those items that aren't null. Passing this parameter to true is convenient for huge lists having mostly nulls.
The starting index to return items.
The last index to return items.
Returns the items in the list.
シンタックス
'宣言
 
Public Function GetItems( _
   Optional ByVal onlyNonNullItems As System.Boolean, _
   Optional ByVal from As System.Nullable(Of Integer), _
   Optional ByVal to As System.Nullable(Of Integer) _
) As System.Collections.Generic.IEnumerable(Of Tuple(Of Integer,T))
public System.Collections.Generic.IEnumerable<Tuple<int,T>> GetItems( 
   System.bool onlyNonNullItems,
   System.Nullable<int> from,
   System.Nullable<int> to
)

パラメータ

onlyNonNullItems
Only return those items that aren't null. Passing this parameter to true is convenient for huge lists having mostly nulls.
from
The starting index to return items.
to
The last index to return items.
参照

C1DynamicList<T> クラス
C1DynamicList<T> メンバ