ResolvedInitializerModule.create Method

Definition

[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })]
public static Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedInitializer create (Microsoft.Quantum.QsCompiler.SyntaxTree.TypeRange range, Microsoft.Quantum.QsCompiler.SyntaxTokens.QsInitializerKind<Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedInitializer,Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression> kind);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })>]
Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedInitializer.create : Microsoft.Quantum.QsCompiler.SyntaxTree.TypeRange -> Microsoft.Quantum.QsCompiler.SyntaxTokens.QsInitializerKind<Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedInitializer, Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression> -> Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedInitializer
Public Shared Function create (range As TypeRange, kind As QsInitializerKind(Of ResolvedInitializer, TypedExpression)) As ResolvedInitializer

Parameters

range
TypeRange

Returns

ResolvedInitializer
Attributes
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute

Applies to