A simulation of system.span in .NET 5
Span
Type Parameters
| Name | Description |
|---|---|
T |
01 Syntax
Microsoft.VisualBasic.Emit.Marshal.Span`1
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| SpanCopy | 1 | |
| Slice | 1 | |
| ToString | 1 | |
| op_Implicit | 1 | |
| op_Explicit | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Length | 1 | current span view size |
| ArrayLength | 1 | the length of the entire array |
| OffsetEnds | 1 | the offset ends in the raw input buffer |
| SpanView | 1 | |
| Item | 1 |
04 Members
Length
current span view size
ArrayLength
the length of the entire array
OffsetEnds
the offset ends in the raw input buffer
SpanView
Item
SpanCopy()
Slice(
Int32, Int32)ToString()
op_Implicit(
T())op_Explicit(Span(Of T))