Click or drag to resize

SpanT Operators and Type Conversions

The SpanT type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberEquality(SpanT, SpanT)Returns a value that indicates whether two SpanT instances are equal.
Public operatorStatic member(ArraySegmentT to SpanT)Implicitly converts an ArraySegmentT to a SpanT.
Public operatorStatic member(T to SpanT)Implicitly converts a T array to a SpanT.
Public operatorStatic member(SpanT to ReadOnlySpanT)Implicitly converts a SpanT to a ReadOnlySpanT.
Public operatorStatic memberInequality(SpanT, SpanT)Returns a value that indicates whether two SpanT instances are not equal.
Top
See Also