C# Class ShaderTools.Hlsl.Binding.BoundNodes.BoundSwitchStatement

Inheritance: BoundStatement
Exibir arquivo Open project: tgjones/HlslTools Class Usage Examples

Public Methods

Method Description
BoundSwitchStatement ( BoundExpression expression, ImmutableArray sections ) : System.Collections.Immutable

Method Details

BoundSwitchStatement() public method

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