Click or drag to resize

SpanT Constructor

Overload List
 NameDescription
Public methodSpanT(T) Creates a new SpanT over the entirety of a target array.
Public methodSpanT(Void*, Int32) Creates a new SpanT from a raw pointer and a length.
Public methodSpanT(T, Int32, Int32) Creates a new SpanT that includes a specified number of elements of an array starting at a specified index.
Top
See Also