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