SymbolTuple.VariableName Class

Definition

[System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")]
[System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.Quantum.QsCompiler.SyntaxTree.SymbolTuple+VariableName@DebugTypeProxy))]
[System.Serializable]
public class SymbolTuple.VariableName : Microsoft.Quantum.QsCompiler.SyntaxTree.SymbolTuple
[<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>]
[<System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.Quantum.QsCompiler.SyntaxTree.SymbolTuple+VariableName@DebugTypeProxy))>]
[<System.Serializable>]
SymbolTuple.VariableName : string -> SymbolTuple
Public Class SymbolTuple.VariableName
Inherits SymbolTuple
Inheritance
SymbolTuple.VariableName
Attributes

Properties

IsDiscardedItem (Inherited from SymbolTuple)
IsInvalidItem (Inherited from SymbolTuple)
IsVariableName (Inherited from SymbolTuple)
IsVariableNameTuple (Inherited from SymbolTuple)
Item
Tag (Inherited from SymbolTuple)

Methods

CompareTo(Object) (Inherited from SymbolTuple)
CompareTo(Object, IComparer) (Inherited from SymbolTuple)
CompareTo(SymbolTuple) (Inherited from SymbolTuple)
Equals(Object) (Inherited from SymbolTuple)
Equals(Object, IEqualityComparer) (Inherited from SymbolTuple)
Equals(SymbolTuple) (Inherited from SymbolTuple)
GetHashCode() (Inherited from SymbolTuple)
GetHashCode(IEqualityComparer) (Inherited from SymbolTuple)
ToString() (Inherited from SymbolTuple)

Applies to