CompletionKind.Keyword 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.TextProcessing.CodeCompletion.CompletionKind+Keyword@DebugTypeProxy))]
[System.Serializable]
public class CompletionKind.Keyword : Microsoft.Quantum.QsCompiler.TextProcessing.CodeCompletion.CompletionKind
[<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>]
[<System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.Quantum.QsCompiler.TextProcessing.CodeCompletion.CompletionKind+Keyword@DebugTypeProxy))>]
[<System.Serializable>]
CompletionKind.Keyword : string -> CompletionKind
Public Class CompletionKind.Keyword
Inherits CompletionKind
- Inheritance
- Attributes
Properties
| IsCallable | (Inherited from CompletionKind) |
| IsDeclaration | (Inherited from CompletionKind) |
| IsKeyword | (Inherited from CompletionKind) |
| IsMember | (Inherited from CompletionKind) |
| IsMutableVariable | (Inherited from CompletionKind) |
| IsNamedItem | (Inherited from CompletionKind) |
| IsNamespace | (Inherited from CompletionKind) |
| IsTypeParameter | (Inherited from CompletionKind) |
| IsUserDefinedType | (Inherited from CompletionKind) |
| IsVariable | (Inherited from CompletionKind) |
| Item | |
| Tag | (Inherited from CompletionKind) |
Methods
| CompareTo(CompletionKind) | (Inherited from CompletionKind) |
| CompareTo(Object) | (Inherited from CompletionKind) |
| CompareTo(Object, IComparer) | (Inherited from CompletionKind) |
| Equals(CompletionKind) | (Inherited from CompletionKind) |
| Equals(Object) | (Inherited from CompletionKind) |
| Equals(Object, IEqualityComparer) | (Inherited from CompletionKind) |
| GetHashCode() | (Inherited from CompletionKind) |
| GetHashCode(IEqualityComparer) | (Inherited from CompletionKind) |
| ToString() | (Inherited from CompletionKind) |