 | SpanT(T, Int32, Int32) Constructor |
Creates a new
SpanT that includes a specified number of elements
of an array starting at a specified index.
Namespace: SystemAssembly: C2JBridge (in C2JBridge.dll) Version: 2.6.9.260611-9a148513a79c26cdd7f1dde468f4f9e06ef3bc7e
Syntaxpublic Span(
T[] array,
int start,
int length
)
Public Sub New (
array As T(),
start As Integer,
length As Integer
)
Parameters
- array T
- The target array.
- start Int32
- The index at which to begin the span.
- length Int32
- The number of elements to include in the span.
Exceptions
See Also