QsTypeItem.Anonymous Class

Definition

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