CompletionResult.Success Class

Definition

[System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")]
[System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.Quantum.QsCompiler.TextProcessing.CodeCompletion.CompletionResult+Success@DebugTypeProxy))]
[System.Serializable]
public class CompletionResult.Success : Microsoft.Quantum.QsCompiler.TextProcessing.CodeCompletion.CompletionResult
[<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>]
[<System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.Quantum.QsCompiler.TextProcessing.CodeCompletion.CompletionResult+Success@DebugTypeProxy))>]
[<System.Serializable>]
CompletionResult.Success : seq<CompletionKind> -> CompletionResult
Public Class CompletionResult.Success
Inherits CompletionResult
Inheritance
CompletionResult.Success
Attributes

Properties

IsFailure (Inherited from CompletionResult)
IsSuccess (Inherited from CompletionResult)
Item
Tag (Inherited from CompletionResult)

Methods

Equals(CompletionResult) (Inherited from CompletionResult)
Equals(Object) (Inherited from CompletionResult)
Equals(Object, IEqualityComparer) (Inherited from CompletionResult)
GetHashCode() (Inherited from CompletionResult)
GetHashCode(IEqualityComparer) (Inherited from CompletionResult)
ToString() (Inherited from CompletionResult)

Applies to