Statements.BlockStatement<T> 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 T Statements.BlockStatement<T>(QsScope unnamedParam1);
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.ObjectType)>]
[<System.Serializable>]
type Statements.BlockStatement<'T> = delegate of QsScope -> 'T
Public Delegate Function Statements.BlockStatement(Of T)(unnamedParam1 As QsScope) As T
Type Parameters
- T
Parameters
- unnamedParam1
- QsScope
Return Value
- T
- Attributes
-
Microsoft.FSharp.Core.CompilationMappingAttribute SerializableAttribute