C# Class ShaderTools.Hlsl.Syntax.StatementSyntax

Inheritance: SyntaxNode
Datei anzeigen Open project: tgjones/HlslTools Class Usage Examples

Public Properties

Property Type Description
Attributes List

Protected Methods

Method Description
StatementSyntax ( SyntaxKind kind, List attributes ) : System.Collections.Generic
StatementSyntax ( SyntaxKind kind, List attributes, ImmutableArray diagnostics ) : System.Collections.Generic

Method Details

StatementSyntax() protected method

protected StatementSyntax ( SyntaxKind kind, List attributes ) : System.Collections.Generic
kind SyntaxKind
attributes List
return System.Collections.Generic

StatementSyntax() protected method

protected StatementSyntax ( SyntaxKind kind, List attributes, ImmutableArray diagnostics ) : System.Collections.Generic
kind SyntaxKind
attributes List
diagnostics ImmutableArray
return System.Collections.Generic

Property Details

Attributes public_oe property

public List Attributes
return List