CastArrayTFrom, TToSlice Method

Overload List

Slice(Int32) Gets a new CastArrayTFrom, TTo instance, which represents a subsection of the current instance with the specified startIndex. Please note that the size of TTo multiplied by startIndex must be divisible by the size of TFrom.
Slice(Int32, Int32) Gets a new CastArrayTFrom, TTo instance, which represents a subsection of the current instance with the specified startIndex and length. Please note that the size of TTo multiplied by startIndex must be divisible by the size of TFrom.

See Also