SyntaxReference.Span Property

Definition

The span of the node referenced.

public:
 abstract property Microsoft::CodeAnalysis::Text::TextSpan Span { Microsoft::CodeAnalysis::Text::TextSpan get(); };
public abstract Microsoft.CodeAnalysis.Text.TextSpan Span { get; }
member this.Span : Microsoft.CodeAnalysis.Text.TextSpan
Public MustOverride ReadOnly Property Span As TextSpan

Property Value

Applies to