ArraySectionT Conversion (ArraySectionT to SpanT)
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public static implicit operator Span<T> (
ArraySection<T> arraySection
)
Public Shared Widening Operator CType (
arraySection As ArraySection(Of T)
) As Span(Of T)
static implicit operator Span<T> (
ArraySection<T> arraySection
)
F# does not support the declaration of new casting operators.
- arraySection ArraySectionT
- The ArraySectionT to be converted to a SpanT.
SpanT
A
SpanT instance that represents the specified
ArraySectionT.