Vixen
dd8b0a81

GenericNameSyntax

class
csharp
public sealed class GenericNameSyntax

Class which represents the syntax node for generic name.

Read the guide page for this →

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