C# 클래스 ShaderTools.Hlsl.Binding.BoundNodes.BoundSwitchStatement

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

공개 메소드들

메소드 설명
BoundSwitchStatement ( BoundExpression expression, ImmutableArray sections ) : System.Collections.Immutable

메소드 상세

BoundSwitchStatement() 공개 메소드

public BoundSwitchStatement ( BoundExpression expression, ImmutableArray sections ) : System.Collections.Immutable
expression BoundExpression
sections ImmutableArray
리턴 System.Collections.Immutable