Skip to content

IlNavigationTarget.LocalType

Namespace: Dotsider.Core.Analysis.Models

Assembly: Dotsider.Core.dll

A type defined in the current assembly.

public sealed record IlNavigationTarget.LocalType : IlNavigationTarget, IEquatable<IlNavigationTarget>, IEquatable<IlNavigationTarget.LocalType>

ObjectIlNavigationTargetIlNavigationTarget.LocalType

A type defined in the current assembly.

Parameters:

public LocalType(TypeDefInfo Type)

Returns: TypeDefInfo

public TypeDefInfo Type { get; init; }