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”Reason
Section titled “Reason”Returns: String
public string Reason { get; init; }Returns: Int32
public int Token { get; init; }