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