Array3DT   Conversion (Array3DT to ArraySectionT)

Performs an implicit conversion from Array3DT to ArraySectionT.

Definition

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

Parameters

array  Array3DT
The Array3DT to be converted to an ArraySectionT.

Return Value

ArraySectionT
An ArraySectionT instance that represents the original array.

See Also