Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
ShaderTools
Hlsl
Binding
BoundNodes
BoundSwitchStatement
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