ArraySectionT   Conversion (ArraySegmentT to ArraySectionT)

Performs an implicit conversion from ArraySegmentT to ArraySectionT.

Definition

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

Parameters

arraySegment  ArraySegmentT
The ArraySegmentT to be converted to an ArraySectionT.

Return Value

ArraySectionT
An ArraySectionT instance that represents the original ArraySegmentT.

See Also