ArraySectionT   Conversion (T to ArraySectionT)

Performs an implicit conversion from array of T to ArraySectionT.

Definition

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

Parameters

array  T
The array to be converted to an ArraySectionT.

Return Value

ArraySectionT
An ArraySectionT instance that represents the original array.

See Also