ArraySectionT   Conversion (ArraySectionT to ArraySegmentT)

Performs an implicit conversion from ArraySectionT to ArraySegmentT.

Definition

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

Parameters

arraySection  ArraySectionT
The ArraySectionT to be converted to an ArraySegmentT.

Return Value

ArraySegmentT
An ArraySegmentT instance that represents this ArraySectionT.

See Also