C# Class ShaderTools.Hlsl.Syntax.ExpressionSyntax

Inheritance: SyntaxNode
Afficher le fichier Open project: tgjones/HlslTools Class Usage Examples

Méthodes protégées

Méthode Description
ExpressionSyntax ( SyntaxKind kind ) : System.Collections.Generic
ExpressionSyntax ( SyntaxKind kind, IEnumerable diagnostics ) : System.Collections.Generic

Method Details

ExpressionSyntax() protected méthode

protected ExpressionSyntax ( SyntaxKind kind ) : System.Collections.Generic
kind SyntaxKind
Résultat System.Collections.Generic

ExpressionSyntax() protected méthode

protected ExpressionSyntax ( SyntaxKind kind, IEnumerable diagnostics ) : System.Collections.Generic
kind SyntaxKind
diagnostics IEnumerable
Résultat System.Collections.Generic