Array2DT   Conversion (Array2DT to ArraySectionT)

Performs an implicit conversion from Array2DT to ArraySectionT.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public static implicit operator ArraySection<T> (
	Array2D<T> array
)

Parameters

array  Array2DT
The Array2DT to be converted to an ArraySectionT.

Return Value

ArraySectionT
An ArraySectionT instance that represents the original array.

See Also