CallableInformation Constructor

Definition

public CallableInformation (Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedCharacteristics characteristics, Microsoft.Quantum.QsCompiler.SyntaxTree.InferredCallableInformation inferredInformation);
new Microsoft.Quantum.QsCompiler.SyntaxTree.CallableInformation : Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedCharacteristics * Microsoft.Quantum.QsCompiler.SyntaxTree.InferredCallableInformation -> Microsoft.Quantum.QsCompiler.SyntaxTree.CallableInformation
Public Sub New (characteristics As ResolvedCharacteristics, inferredInformation As InferredCallableInformation)

Parameters

characteristics
ResolvedCharacteristics
inferredInformation
InferredCallableInformation

Applies to