XmlMemberAccessExpressionSyntax.Token3 Property

Definition

The third "." in a "..." separator.

public:
 property Microsoft::CodeAnalysis::SyntaxToken Token3 { Microsoft::CodeAnalysis::SyntaxToken get(); };
public Microsoft.CodeAnalysis.SyntaxToken Token3 { get; }
member this.Token3 : Microsoft.CodeAnalysis.SyntaxToken
Public ReadOnly Property Token3 As SyntaxToken

Property Value

Remarks

This child is optional. If it is not present, then Nothing is returned.

Applies to