Context.ContextVerification Delegate
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.
[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
- unnamedParam1
- Context.SyntaxTokenContext
Return Value
- Attributes
-
Microsoft.FSharp.Core.CompilationMappingAttribute SerializableAttribute