Skip to content

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>

ObjectIlNavigationTargetIlNavigationTarget.Unresolved

A token that could not be resolved to any known target.

Parameters:

public Unresolved(int Token, string Reason)

Returns: String

public string Reason { get; init; }

Returns: Int32

public int Token { get; init; }