QsTuple<T> Constructors

Definition

Overloads

QsTuple<T>()
QsTuple<T>(String, String)

QsTuple<T>()

public QsTuple ();
Public Sub New ()

Applies to

QsTuple<T>(String, String)

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

Parameters

fullName
String
name
String

Applies to