Click or drag to resize

Slice Constructor

Overload List
 NameDescription
Protected methodSlice Default constructor.
Public methodSlice(Int32, Int32) Constructs a Slice instance with the specified starting index, total number of elements, and default stride of 1.
Public methodSlice(Int32, Int32, Int32) Constructs a Slice instance with the specified starting index, total number of elements, and stride.
Top
See Also