CastArrayTFrom, TTo   Conversion (ArraySectionTFrom to CastArrayTFrom, TTo)

Performs an implicit conversion from ArraySectionT 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> (
	ArraySection<TFrom> arraySection
)

Parameters

arraySection  ArraySectionTFrom
The ArraySectionT to be converted to a CastArrayTFrom, TTo.

Return Value

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

See Also