SymbolTuple.VariableNameTuple Class

Definition

[System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")]
[System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.Quantum.QsCompiler.SyntaxTree.SymbolTuple+VariableNameTuple@DebugTypeProxy))]
[System.Serializable]
public class SymbolTuple.VariableNameTuple : Microsoft.Quantum.QsCompiler.SyntaxTree.SymbolTuple
[<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>]
[<System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.Quantum.QsCompiler.SyntaxTree.SymbolTuple+VariableNameTuple@DebugTypeProxy))>]
[<System.Serializable>]
SymbolTuple.VariableNameTuple : ImmutableArray<SymbolTuple> -> SymbolTuple
Public Class SymbolTuple.VariableNameTuple
Inherits SymbolTuple
Inheritance
SymbolTuple.VariableNameTuple
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