Array3DTAsMemory Property

Returns this Array3DT as a MemoryT instance.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.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