ReadOnlySequence<T>.IsSingleSegment Proprietà

Definizione

Ottiene un valore che indica se ReadOnlySequence<T> contiene un singolo segmento ReadOnlyMemory<T>.

public:
 property bool IsSingleSegment { bool get(); };
public bool IsSingleSegment { get; }
member this.IsSingleSegment : bool
Public ReadOnly Property IsSingleSegment As Boolean

Valore della proprietà

true se la sequenza di sola lettura è vuota; in caso contrario, false.

Si applica a