Context.ContextVerification Delegate

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.ObjectType)]
[System.Serializable]
public delegate Tuple<bool,Microsoft.Quantum.QsCompiler.DataTypes.QsCompilerDiagnostic[]> Context.ContextVerification(Context.SyntaxTokenContext unnamedParam1);
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.ObjectType)>]
[<System.Serializable>]
type Context.ContextVerification = delegate of Context.SyntaxTokenContext -> bool * QsCompilerDiagnostic[]
Public Delegate Function Context.ContextVerification(unnamedParam1 As Context.SyntaxTokenContext) As Tuple(Of Boolean, QsCompilerDiagnostic()) 

Parameters

Return Value

Tuple<Boolean,QsCompilerDiagnostic[]>
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute SerializableAttribute

Applies to