CastArrayTFrom, TToAsSpan Property

Returns this CastArrayTFrom, TTo as a SpanT instance.

Definition

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

Property Value

SpanTTo

Remarks

  Note

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

See Also