SyntaxAnnotation Class

Definition

A SyntaxAnnotation is used to annotate syntax elements with additional information.

Since syntax elements are immutable, annotating them requires creating new instances of them with the annotations attached.

public ref class SyntaxAnnotation sealed : IEquatable<Microsoft::CodeAnalysis::SyntaxAnnotation ^>
[System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay(), nq}")]
public sealed class SyntaxAnnotation : IEquatable<Microsoft.CodeAnalysis.SyntaxAnnotation>
[<System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay(), nq}")>]
type SyntaxAnnotation = class
    interface IEquatable<SyntaxAnnotation>
Public NotInheritable Class SyntaxAnnotation
Implements IEquatable(Of SyntaxAnnotation)
Inheritance
SyntaxAnnotation
Attributes
Implements

Constructors

SyntaxAnnotation()
SyntaxAnnotation(String)
SyntaxAnnotation(String, String)

Properties

Data
ElasticAnnotation

A predefined syntax annotation that indicates whether the syntax element has elastic trivia.

Kind

Methods

Equals(Object)
Equals(SyntaxAnnotation)
GetHashCode()

Operators

Equality(SyntaxAnnotation, SyntaxAnnotation)
Inequality(SyntaxAnnotation, SyntaxAnnotation)

Applies to