PreEvaluation.DefaultScript(Boolean, Int32) 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.
[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })]
public static Func<System.Collections.Immutable.ImmutableDictionary<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName,Microsoft.Quantum.QsCompiler.SyntaxTree.QsCallable>,System.Collections.Generic.IEnumerable<Microsoft.Quantum.QsCompiler.Experimental.TransformationBase>> DefaultScript (bool removeFunctions, int maxSize);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })>]
static member DefaultScript : bool -> int -> Func<System.Collections.Immutable.ImmutableDictionary<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName, Microsoft.Quantum.QsCompiler.SyntaxTree.QsCallable>, seq<Microsoft.Quantum.QsCompiler.Experimental.TransformationBase>>
Public Shared Function DefaultScript (removeFunctions As Boolean, maxSize As Integer) As Func(Of ImmutableDictionary(Of QsQualifiedName, QsCallable), IEnumerable(Of TransformationBase))
Parameters
- removeFunctions
- Boolean
- maxSize
- Int32
Returns
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute