CompletionScope Class

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.SumType)]
[System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")]
[System.Serializable]
public sealed class CompletionScope : IComparable, IComparable<Microsoft.Quantum.QsCompiler.TextProcessing.CodeCompletion.CompletionScope>, IEquatable<Microsoft.Quantum.QsCompiler.TextProcessing.CodeCompletion.CompletionScope>, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.SumType)>]
[<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>]
[<System.Serializable>]
type CompletionScope = 
Public NotInheritable Class CompletionScope
Implements IComparable, IComparable(Of CompletionScope), IEquatable(Of CompletionScope), IStructuralComparable, IStructuralEquatable
Inheritance
CompletionScope
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute DebuggerDisplayAttribute SerializableAttribute
Implements

Properties

Function
IsFunction
IsNamespaceTopLevel
IsOperation
IsOperationTopLevel
IsTopLevel
NamespaceTopLevel
Operation
OperationTopLevel
Tag
TopLevel

Methods

CompareTo(CompletionScope)
CompareTo(Object)
CompareTo(Object, IComparer)
Equals(CompletionScope)
Equals(Object)
Equals(Object, IEqualityComparer)
GetHashCode()
GetHashCode(IEqualityComparer)
ToString()

Applies to