Array2DTAsSpan Property

Returns this Array2DT as a SpanT instance.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public Span<T> AsSpan {
	get;
 }

Property Value

SpanT

Remarks

  Note

This member is available in .NET Core 2.1/.NET Standard 2.1 and above.

See Also