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