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

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1WrapDataCollection<S,T> クラス > GetLoadedItems メソッド : GetLoadedItems(Nullable<Int32>,Nullable<Int32>) メソッド
The initial index to start looking for loaded items.
The final index to stop looking for loaded items.
Returns the items that has be loaded so far.
シンタックス
'宣言
 
Public Overloads Overridable Function GetLoadedItems( _
   Optional ByVal fromIndex As System.Nullable(Of Integer), _
   Optional ByVal toIndex As System.Nullable(Of Integer) _
) As System.Collections.Generic.IEnumerable(Of ILoadedItem(Of T))
public virtual System.Collections.Generic.IEnumerable<ILoadedItem<T>> GetLoadedItems( 
   System.Nullable<int> fromIndex,
   System.Nullable<int> toIndex
)

パラメータ

fromIndex
The initial index to start looking for loaded items.
toIndex
The final index to stop looking for loaded items.
参照

C1WrapDataCollection<S,T> クラス
C1WrapDataCollection<S,T> メンバ
オーバーロード一覧