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

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

Public Methods

Method Description
BoundNumericConstructorInvocationExpression ( NumericConstructorInvocationExpressionSyntax syntax, TypeSymbol type, ImmutableArray arguments, OverloadResolutionResult result ) : System.Collections.Immutable
ToString ( ) : string

Method Details

BoundNumericConstructorInvocationExpression() public method

public BoundNumericConstructorInvocationExpression ( NumericConstructorInvocationExpressionSyntax syntax, TypeSymbol type, ImmutableArray arguments, OverloadResolutionResult result ) : System.Collections.Immutable
syntax NumericConstructorInvocationExpressionSyntax
type ShaderTools.Hlsl.Symbols.TypeSymbol
arguments ImmutableArray
result OverloadResolutionResult
return System.Collections.Immutable

ToString() public method

public ToString ( ) : string
return string