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: Type

protected override Type EqualityContract { get; }

Returns: MethodDefInfo

public MethodDefInfo Method { get; init; }

Parameters:

public void Deconstruct(out MethodDefInfo Method)

Parameters:

Returns: Boolean

public override sealed bool Equals(IlNavigationTarget? other)

Parameters:

Returns: Boolean

public bool Equals(IlNavigationTarget.LocalMethod? other)

Parameters:

Returns: Boolean

public override bool Equals(object? obj)

Returns: Int32

public override int GetHashCode()

Parameters:

Returns: Boolean

protected override bool PrintMembers(StringBuilder builder)

Returns: String

public override string ToString()

Parameters:

Returns: Boolean

public static bool operator !=(IlNavigationTarget.LocalMethod? left, IlNavigationTarget.LocalMethod? right)

Parameters:

Returns: Boolean

public static bool operator ==(IlNavigationTarget.LocalMethod? left, IlNavigationTarget.LocalMethod? right)