Statements.BlockStatement<T> Delegate

Definition

[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

Applies to