Array2DTAsMemory Property

Returns the current Array2DT instance as a MemoryT instance.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public Memory<T> AsMemory {
	get;
 }

Property Value

MemoryT

Remarks

  Note

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

See Also