IlNavigationTarget.Unresolved
Namespace: Dotsider.Core.Analysis.Models
Assembly: Dotsider.Core.dll
A token that could not be resolved to any known target.
public sealed record IlNavigationTarget.Unresolved : IlNavigationTarget, IEquatable<IlNavigationTarget>, IEquatable<IlNavigationTarget.Unresolved>Inheritance
Section titled “Inheritance”Object → IlNavigationTarget → IlNavigationTarget.Unresolved
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Unresolved(int, string)
Section titled “Unresolved(int, string)”A token that could not be resolved to any known target.
Parameters:
public Unresolved(int Token, string Reason)Properties
Section titled “Properties”EqualityContract
Section titled “EqualityContract”Returns: Type
protected override Type EqualityContract { get; }Reason
Section titled “Reason”Returns: String
public string Reason { get; init; }Returns: Int32
public int Token { get; init; }Methods
Section titled “Methods”Deconstruct(out int, out string)
Section titled “Deconstruct(out int, out string)”Parameters:
public void Deconstruct(out int Token, out string Reason)Equals(IlNavigationTarget?)
Section titled “Equals(IlNavigationTarget?)”Parameters:
other(IlNavigationTarget)
Returns: Boolean
public override sealed bool Equals(IlNavigationTarget? other)Equals(object?)
Section titled “Equals(object?)”Parameters:
obj(Object)
Returns: Boolean
public override bool Equals(object? obj)Equals(Unresolved?)
Section titled “Equals(Unresolved?)”Parameters:
other(Unresolved)
Returns: Boolean
public bool Equals(IlNavigationTarget.Unresolved? other)GetHashCode()
Section titled “GetHashCode()”Returns: Int32
public override int GetHashCode()PrintMembers(StringBuilder)
Section titled “PrintMembers(StringBuilder)”Parameters:
builder(StringBuilder)
Returns: Boolean
protected override bool PrintMembers(StringBuilder builder)ToString()
Section titled “ToString()”Returns: String
public override string ToString()Members
Section titled “Members”operator !=(Unresolved?, Unresolved?)
Section titled “operator !=(Unresolved?, Unresolved?)”Parameters:
left(Unresolved)right(Unresolved)
Returns: Boolean
public static bool operator !=(IlNavigationTarget.Unresolved? left, IlNavigationTarget.Unresolved? right)operator ==(Unresolved?, Unresolved?)
Section titled “operator ==(Unresolved?, Unresolved?)”Parameters:
left(Unresolved)right(Unresolved)
Returns: Boolean
public static bool operator ==(IlNavigationTarget.Unresolved? left, IlNavigationTarget.Unresolved? right)