CastArrayTFrom, TTo Conversion (ArraySegmentTFrom to CastArrayTFrom, TTo)
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public static implicit operator CastArray<TFrom, TTo> (
ArraySegment<TFrom> arraySegment
)
Public Shared Widening Operator CType (
arraySegment As ArraySegment(Of TFrom)
) As CastArray(Of TFrom, TTo)
static implicit operator CastArray<TFrom, TTo> (
ArraySegment<TFrom> arraySegment
)
F# does not support the declaration of new casting operators.
- arraySegment ArraySegmentTFrom
- The ArraySegmentT to be converted to a CastArrayTFrom, TTo.
CastArrayTFrom,
TTo
A
CastArrayTFrom, TTo instance that represents the original
ArraySegmentT cast to an array of
TTo.