SyntaxExtensions.New.Static Method

Definition

public static Microsoft.Quantum.QsCompiler.SyntaxTree.QsComments QsComments.New.Static (System.Collections.Generic.IEnumerable<string> before, System.Collections.Generic.IEnumerable<string> after);
Microsoft.Quantum.QsCompiler.SyntaxExtensions.QsComments.New.Static : seq<string> * seq<string> -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsComments
Public Shared Function QsComments.New.Static (before As IEnumerable(Of String), after As IEnumerable(Of String)) As QsComments

Parameters

Returns

QsComments

Applies to