QsValueUpdate Constructors

Definition

Overloads

QsValueUpdate()
QsValueUpdate(String, String)

QsValueUpdate()

public QsValueUpdate ();
Public Sub New ()

Applies to

QsValueUpdate(String, String)

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

Parameters

fullName
String
name
String

Applies to