C# Class ShaderTools.Hlsl.Syntax.TypeSyntax

Inheritance: ExpressionSyntax
Mostra file Open project: tgjones/HlslTools Class Usage Examples

Protected Methods

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

Method Details

TypeSyntax() protected method

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

TypeSyntax() protected method

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