QsExpressionKindIdentifier<TSymbol,TType> Constructors

Definition

Overloads

QsExpressionKindIdentifier<TSymbol,TType>()
QsExpressionKindIdentifier<TSymbol,TType>(String, String)

QsExpressionKindIdentifier<TSymbol,TType>()

public QsExpressionKindIdentifier ();
Public Sub New ()

Applies to

QsExpressionKindIdentifier<TSymbol,TType>(String, String)

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

Parameters

fullName
String
name
String

Applies to