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>Inheritance
Section titled “Inheritance”Object → IlNavigationTarget → IlNavigationTarget.LocalType
Implements
Section titled “Implements”Constructors
Section titled “Constructors”LocalType(TypeDefInfo)
Section titled “LocalType(TypeDefInfo)”A type defined in the current assembly.
Parameters:
Type(TypeDefInfo):
public LocalType(TypeDefInfo Type)Properties
Section titled “Properties”Returns: TypeDefInfo
public TypeDefInfo Type { get; init; }