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

Inheritance: BoundExpression
Afficher le fichier Open project: tgjones/HlslTools Class Usage Examples

Méthodes publiques

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

Method Details

BoundNumericConstructorInvocationExpression() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string