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>Inheritance
Section titled “Inheritance”Object → IlNavigationTarget → IlNavigationTarget.LocalType
Implements
Section titled “Implements”Constructors
Section titled “Constructors”LocalType(TypeDefInfo)
Section titled “LocalType(TypeDefInfo)”A type defined in the current assembly.
Parameters:
Type(TypeDefInfo)
public LocalType(TypeDefInfo Type)Properties
Section titled “Properties”EqualityContract
Section titled “EqualityContract”Returns: Type
protected override Type EqualityContract { get; }Returns: TypeDefInfo
public TypeDefInfo Type { get; init; }Methods
Section titled “Methods”Deconstruct(out TypeDefInfo)
Section titled “Deconstruct(out TypeDefInfo)”Parameters:
Type(TypeDefInfo)
public void Deconstruct(out TypeDefInfo Type)Equals(IlNavigationTarget?)
Section titled “Equals(IlNavigationTarget?)”Parameters:
other(IlNavigationTarget)
Returns: Boolean
public override sealed bool Equals(IlNavigationTarget? other)Equals(LocalType?)
Section titled “Equals(LocalType?)”Parameters:
other(LocalType)
Returns: Boolean
public bool Equals(IlNavigationTarget.LocalType? 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 !=(LocalType?, LocalType?)
Section titled “operator !=(LocalType?, LocalType?)”Parameters:
Returns: Boolean
public static bool operator !=(IlNavigationTarget.LocalType? left, IlNavigationTarget.LocalType? right)operator ==(LocalType?, LocalType?)
Section titled “operator ==(LocalType?, LocalType?)”Parameters:
Returns: Boolean
public static bool operator ==(IlNavigationTarget.LocalType? left, IlNavigationTarget.LocalType? right)