QsTypeItem.Named Class

Definition

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

Properties

IsAnonymous (Inherited from QsTypeItem)
IsNamed (Inherited from QsTypeItem)
Item
Tag (Inherited from QsTypeItem)

Methods

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

Applies to