TextSpan<T>.Length Property

Definition

Gets the number of characters in the text span.

public:
 property int Length { int get(); };
public int Length { get; }
member this.Length : int
Public ReadOnly Property Length As Integer

Property Value

An Int32 value that represents the length of the text span.

Applies to