Vixen
02b45cc4

GenericNameSyntax

class
csharp
public sealed class GenericNameSyntax

Class which represents the syntax node for generic name.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

This node is associated with the following syntax kinds:

GenericName

Fields and properties (2)

  • public override SyntaxToken Identifier

    SyntaxToken representing the name of the identifier of the generic name.

  • public TypeArgumentListSyntax TypeArgumentList

    TypeArgumentListSyntax node representing the list of type arguments of the generic name.

Methods (6)

Used by (7)

  • BinderVixen.Raven
  • GenericNameSyntaxVixen.Raven
  • NestedGenericTestsVixen.Raven.Tests
  • SyntaxFactoryVixen.Raven
  • SyntaxRewriterVixen.Raven
  • SyntaxVisitorVixen.Raven
  • SyntaxVisitorVixen.Raven