QsComments(ImmutableArray<String>, ImmutableArray<String>) Constructor

Definition

public QsComments (System.Collections.Immutable.ImmutableArray<string> openingComments, System.Collections.Immutable.ImmutableArray<string> closingComments);
new Microsoft.Quantum.QsCompiler.SyntaxTree.QsComments : System.Collections.Immutable.ImmutableArray<string> * System.Collections.Immutable.ImmutableArray<string> -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsComments
Public Sub New (openingComments As ImmutableArray(Of String), closingComments As ImmutableArray(Of String))

Parameters

openingComments
ImmutableArray<String>
closingComments
ImmutableArray<String>

Applies to