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