CompletionKind.Member Class

Definition

[System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")]
[System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.Quantum.QsCompiler.TextProcessing.CodeCompletion.CompletionKind+Member@DebugTypeProxy))]
[System.Serializable]
public class CompletionKind.Member : Microsoft.Quantum.QsCompiler.TextProcessing.CodeCompletion.CompletionKind
[<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>]
[<System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.Quantum.QsCompiler.TextProcessing.CodeCompletion.CompletionKind+Member@DebugTypeProxy))>]
[<System.Serializable>]
CompletionKind.Member : string * CompletionKind -> CompletionKind
Public Class CompletionKind.Member
Inherits CompletionKind
Inheritance
CompletionKind.Member
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)
Item1
Item2
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)

Applies to