QsComments Constructors

Definition

Overloads

QsComments()
QsComments(String, String)

QsComments()

public QsComments ();
Public Sub New ()

Applies to

QsComments(String, String)

protected QsComments (string fullName, string name);
new Microsoft.Quantum.QsCompiler.BondSchemas.QsComments : string * string -> Microsoft.Quantum.QsCompiler.BondSchemas.QsComments
Protected Sub New (fullName As String, name As String)

Parameters

fullName
String
name
String

Applies to