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”EqualityContract
Section titled “EqualityContract”Returns: Type
protected override Type EqualityContract { get; }Method
Section titled “Method”Returns: MethodDefInfo
public MethodDefInfo Method { get; init; }Methods
Section titled “Methods”Deconstruct(out MethodDefInfo)
Section titled “Deconstruct(out MethodDefInfo)”Parameters:
Method(MethodDefInfo)
public void Deconstruct(out MethodDefInfo Method)Equals(IlNavigationTarget?)
Section titled “Equals(IlNavigationTarget?)”Parameters:
other(IlNavigationTarget)
Returns: Boolean
public override sealed bool Equals(IlNavigationTarget? other)Equals(LocalMethod?)
Section titled “Equals(LocalMethod?)”Parameters:
other(LocalMethod)
Returns: Boolean
public bool Equals(IlNavigationTarget.LocalMethod? other)Equals(object?)
Section titled “Equals(object?)”Parameters:
obj(Object)
Returns: Boolean
public override bool Equals(object? obj)GetHashCode()
Section titled “GetHashCode()”Returns: Int32
public override int GetHashCode()PrintMembers(StringBuilder)
Section titled “PrintMembers(StringBuilder)”Parameters:
builder(StringBuilder)
Returns: Boolean
protected override bool PrintMembers(StringBuilder builder)ToString()
Section titled “ToString()”Returns: String
public override string ToString()Members
Section titled “Members”operator !=(LocalMethod?, LocalMethod?)
Section titled “operator !=(LocalMethod?, LocalMethod?)”Parameters:
left(LocalMethod)right(LocalMethod)
Returns: Boolean
public static bool operator !=(IlNavigationTarget.LocalMethod? left, IlNavigationTarget.LocalMethod? right)operator ==(LocalMethod?, LocalMethod?)
Section titled “operator ==(LocalMethod?, LocalMethod?)”Parameters:
left(LocalMethod)right(LocalMethod)
Returns: Boolean
public static bool operator ==(IlNavigationTarget.LocalMethod? left, IlNavigationTarget.LocalMethod? right)