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