Skip to content

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>

ObjectIlNavigationTargetIlNavigationTarget.LocalType

A type defined in the current assembly.

Parameters:

public LocalType(TypeDefInfo Type)

Returns: Type

protected override Type EqualityContract { get; }

Returns: TypeDefInfo

public TypeDefInfo Type { get; init; }

Parameters:

public void Deconstruct(out TypeDefInfo Type)

Parameters:

Returns: Boolean

public override sealed bool Equals(IlNavigationTarget? other)

Parameters:

Returns: Boolean

public bool Equals(IlNavigationTarget.LocalType? 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.LocalType? left, IlNavigationTarget.LocalType? right)

Parameters:

Returns: Boolean

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