C# Class ShaderTools.Hlsl.Syntax.LocatedNode

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

Méthodes protégées

Méthode Description
LocatedNode ( SyntaxKind kind, string text, TextSpan span, IEnumerable diagnostics ) : System.Collections.Generic

Method Details

LocatedNode() protected méthode

protected LocatedNode ( SyntaxKind kind, string text, TextSpan span, IEnumerable diagnostics ) : System.Collections.Generic
kind SyntaxKind
text string
span TextSpan
diagnostics IEnumerable
Résultat System.Collections.Generic