ResolutionResult<T>.Found Class

Definition

[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
ResolutionResult<T>.Found
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>)

Applies to