Blazor コントロール
Slice メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1SpanDataCollection<T> クラス : Slice メソッド
The index in the underlying collection where this collection starts.
The maximum number of items that will be in this collection. If not specified will continue to the end of the inner collection.
Specifies the bounds of the collection.
シンタックス
'宣言
 
Public Sub Slice( _
   ByVal start As System.Integer, _
   Optional ByVal length As System.Nullable(Of Integer) _
) 
public void Slice( 
   System.int start,
   System.Nullable<int> length
)

パラメータ

start
The index in the underlying collection where this collection starts.
length
The maximum number of items that will be in this collection. If not specified will continue to the end of the inner collection.
参照

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