Share via


AttributeTargetSyntax.ColonToken Property

Definition

The ":" token, if an attribute modifier is present. If no attribute modifier is present, Nothing is returned.

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

Property Value

Applies to