CastArrayTFrom, TTo   Conversion (TFrom to CastArrayTFrom, TTo)

Performs an implicit conversion from array of TFrom to CastArrayTFrom, TTo.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public static implicit operator CastArray<TFrom, TTo> (
	TFrom[]? array
)

Parameters

array  TFrom
The array to be converted to a CastArrayTFrom, TTo.

Return Value

CastArrayTFrom, TTo
A CastArrayTFrom, TTo instance that represents the original array cast to an array of TTo.

See Also