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