TextSpan<T>.Value Property

Definition

Gets the object associated with the text span.

public:
 property T Value { T get(); };
public T Value { get; }
member this.Value : 'T
Public ReadOnly Property Value As T

Property Value

T

An object of type T.

Applies to