C# 클래스 ShaderTools.Hlsl.Syntax.StatementSyntax

상속: SyntaxNode
파일 보기 프로젝트 열기: tgjones/HlslTools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Attributes List

보호된 메소드들

메소드 설명
StatementSyntax ( SyntaxKind kind, List attributes ) : System.Collections.Generic
StatementSyntax ( SyntaxKind kind, List attributes, ImmutableArray diagnostics ) : System.Collections.Generic

메소드 상세

StatementSyntax() 보호된 메소드

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

StatementSyntax() 보호된 메소드

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

프로퍼티 상세

Attributes 공개적으로 프로퍼티

public List Attributes
리턴 List