CastArray2DTFrom, TToAsMemory Property

Returns this CastArray2DTFrom, TTo as a MemoryT instance. Please note that getting this property allocates a custom MemoryManagerT instance on the heap internally.

Definition

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

Property Value

MemoryTTo

Remarks

  Note

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

See Also