TypedArgument Constructors

Definition

Overloads

TypedArgument()
TypedArgument(String, String)

TypedArgument()

public TypedArgument ();
Public Sub New ()

Applies to

TypedArgument(String, String)

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

Parameters

fullName
String
name
String

Applies to