Identifier Constructors

Definition

Overloads

Identifier()
Identifier(String, String)

Identifier()

public Identifier ();
Public Sub New ()

Applies to

Identifier(String, String)

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

Parameters

fullName
String
name
String

Applies to