Share via


CSharpSymbol.EscapedIdentifier Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value that indicates whether the symbol has an escaped identifier.

public bool? EscapedIdentifier { get; set; }
member this.EscapedIdentifier : Nullable<bool> with get, set
Public Property EscapedIdentifier As Nullable(Of Boolean)

Property Value

true if the symbol has an escaped identifier; otherwise, false.

Applies to