C# Class ShaderTools.Hlsl.Syntax.NameSyntax

Inheritance: TypeSyntax
Show file Open project: tgjones/HlslTools Class Usage Examples

Public Methods

Method Description
GetUnqualifiedName ( ) : IdentifierNameSyntax

Protected Methods

Method Description
NameSyntax ( SyntaxKind kind ) : System.Collections.Generic
NameSyntax ( SyntaxKind kind, IEnumerable diagnostics ) : System.Collections.Generic

Method Details

GetUnqualifiedName() public abstract method

public abstract GetUnqualifiedName ( ) : IdentifierNameSyntax
return IdentifierNameSyntax

NameSyntax() protected method

protected NameSyntax ( SyntaxKind kind ) : System.Collections.Generic
kind SyntaxKind
return System.Collections.Generic

NameSyntax() protected method

protected NameSyntax ( SyntaxKind kind, IEnumerable diagnostics ) : System.Collections.Generic
kind SyntaxKind
diagnostics IEnumerable
return System.Collections.Generic