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

Inheritance: BoundType
Show file Open project: tgjones/HlslTools Class Usage Examples

Public Methods

Method Description
BoundClassType ( ClassSymbol classSymbol, ImmutableArray members ) : System.Collections.Immutable

Method Details

BoundClassType() public method

public BoundClassType ( ClassSymbol classSymbol, ImmutableArray members ) : System.Collections.Immutable
classSymbol ShaderTools.Hlsl.Symbols.ClassSymbol
members ImmutableArray
return System.Collections.Immutable