ArraySectionT   Conversion (ArraySectionT to SpanT)

Performs an implicit conversion from ArraySectionT to SpanT.

Definition

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

Parameters

arraySection  ArraySectionT
The ArraySectionT to be converted to a SpanT.

Return Value

SpanT
A SpanT instance that represents the specified ArraySectionT.

See Also