Skip to content

IlNavigationTarget.LocalMethod

Namespace: Dotsider.Core.Analysis.Models

Assembly: Dotsider.Core.dll

A method defined in the current assembly.

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

ObjectIlNavigationTargetIlNavigationTarget.LocalMethod

A method defined in the current assembly.

Parameters:

public LocalMethod(MethodDefInfo Method)

Returns: MethodDefInfo

public MethodDefInfo Method { get; init; }