C# Class ShaderTools.Hlsl.Syntax.StatementSyntax

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

Méthodes publiques

Свойство Type Description
Attributes List

Méthodes protégées

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

Method Details

StatementSyntax() protected méthode

protected StatementSyntax ( SyntaxKind kind, List attributes ) : System.Collections.Generic
kind SyntaxKind
attributes List
Résultat System.Collections.Generic

StatementSyntax() protected méthode

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

Property Details

Attributes public_oe property

public List Attributes
Résultat List