GenericNameSyntax
csharp
public sealed class GenericNameSyntaxClass 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 IdentifierSyntaxToken representing the name of the identifier of the generic name.
public TypeArgumentListSyntax TypeArgumentListTypeArgumentListSyntax node representing the list of type arguments of the generic name.
Methods (6)
public override SyntaxNode? GetSlot(int index)public override void Accept(SyntaxVisitor visitor)public override TResult Accept<TResult>(SyntaxVisitor<TResult> visitor)public GenericNameSyntax Update(SyntaxToken identifier, TypeArgumentListSyntax typeArgumentList)public GenericNameSyntax WithIdentifier(SyntaxToken identifier)public GenericNameSyntax WithTypeArgumentList(TypeArgumentListSyntax typeArgumentList)
Used by (7)
- BinderVixen.Raven
- GenericNameSyntaxVixen.Raven
- NestedGenericTestsVixen.Raven.Tests
- SyntaxFactoryVixen.Raven
- SyntaxRewriterVixen.Raven
- SyntaxVisitorVixen.Raven
- SyntaxVisitorVixen.Raven