Table of Contents

AttachableObjectAddress 类

命名空间
ClassIsland.Core.Models.ProfileAnalyzing
程序集
ClassIsland.Core.dll
public class AttachableObjectAddress
继承
AttachableObjectAddress
继承成员

构造函数

AttachableObjectAddress()

public AttachableObjectAddress()

AttachableObjectAddress(string, int)

public AttachableObjectAddress(string guid, int index = -1)

参数

guid string
index int

属性

Guid

public string Guid { get; set; }

属性值

string

Index

public int Index { get; set; }

属性值

int

方法

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

参数

obj object

The object to compare with the current object.

返回

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

返回

int

A hash code for the current object.