IlNavigationTarget.Unsupported
Namespace: Dotsider.Core.Analysis.Models
Assembly: Dotsider.Core.dll
A token kind that is recognized but not supported for navigation.
public sealed record IlNavigationTarget.Unsupported : IlNavigationTarget, IEquatable<IlNavigationTarget>, IEquatable<IlNavigationTarget.Unsupported>Inheritance
Section titled “Inheritance”Object → IlNavigationTarget → IlNavigationTarget.Unsupported
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Unsupported(int, string)
Section titled “Unsupported(int, string)”A token kind that is recognized but not supported for navigation.
Parameters:
public Unsupported(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; }