TypedExpression.IsPartialApplication<a,b> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static bool IsPartialApplication<a,b> (Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression,a,b> kind);
static member IsPartialApplication : Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression, 'a, 'b> -> bool
Public Shared Function IsPartialApplication(Of a, b) (kind As QsExpressionKind(Of TypedExpression, a, b)) As Boolean
Type Parameters
- a
- b
Parameters
- kind
- QsExpressionKind<TypedExpression,a,b>