ResolutionResult<T>.Found 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.ResolutionResult<>+Found@DebugTypeProxy))]
[System.Serializable]
public class ResolutionResult<T>.Found : Microsoft.Quantum.QsCompiler.ResolutionResult<T>
[<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>]
[<System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.Quantum.QsCompiler.ResolutionResult<>+Found@DebugTypeProxy))>]
[<System.Serializable>]
ResolutionResult<'T>.Found : 'T -> ResolutionResult<'T>
Public Class ResolutionResult(Of T).Found
Inherits ResolutionResult(Of T)
Type Parameters
- T
- Inheritance
- Attributes
Properties
| IsAmbiguous | (Inherited from ResolutionResult<T>) |
| IsFound | (Inherited from ResolutionResult<T>) |
| IsInaccessible | (Inherited from ResolutionResult<T>) |
| IsNotFound | (Inherited from ResolutionResult<T>) |
| Item | |
| Tag | (Inherited from ResolutionResult<T>) |
Methods
| Equals(Object) | (Inherited from ResolutionResult<T>) |
| Equals(Object, IEqualityComparer) | (Inherited from ResolutionResult<T>) |
| Equals(ResolutionResult<T>) | (Inherited from ResolutionResult<T>) |
| GetHashCode() | (Inherited from ResolutionResult<T>) |
| GetHashCode(IEqualityComparer) | (Inherited from ResolutionResult<T>) |
| ToString() | (Inherited from ResolutionResult<T>) |