C# Class ShaderTools.Hlsl.Syntax.StructuredTriviaSyntax

Inheritance: SyntaxNode
Mostrar archivo Open project: tgjones/HlslTools

Protected Methods

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

Method Details

StructuredTriviaSyntax() protected method

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

StructuredTriviaSyntax() protected method

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