QsTypeItem.Named Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- 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) |