 | SpanT(Void*, Int32) Constructor |
Creates a new
SpanT from a raw pointer and a length.
Namespace: SystemAssembly: C2JBridge (in C2JBridge.dll) Version: 2.6.9.260611-9a148513a79c26cdd7f1dde468f4f9e06ef3bc7e
Syntaxpublic Span(
void* ptr,
int length
)
Visual Basic does not support APIs that consume or return unsafe types.
Parameters
- ptr Void*
- Pointer to the first element.
- length Int32
- Number of elements.
See Also