[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.LocatedObject-1

类 LocatedObject<T>

带坐标定位器的特定类型的对象,如页面,命名等。

继承
object
LocatedObject<T>
继承成员
命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.dll
语法
public class LocatedObject<T> : LocatedObject
类型参数
名称 描述
T

特定类型。

构造函数

LocatedObject(T, LocationIndicator)

构造函数。

声明
public LocatedObject(T obj, LocationIndicator location)
参数
类型 名称 描述
T obj

特定类型的对象。

LocationIndicator location

坐标定位器。

属性

Object

特定类型的对象。

声明
public T Object { get; }
属性值
类型 描述
T