Mario 发表于 2012-3-10 14:34:00

IConstruction接口中的bool this[int x,int y]方法为什么我没找到呢?

RT

Mario 发表于 2012-3-10 14:49:00

啊,我错了 ,没看清楚文档,sorry!!- -

Iver 发表于 2012-3-11 12:29:00

回复 2# Mario 的帖子

你好,Mario:
这是一个索引器的定义,假设你有一个IConstruction的实例construction,下面的写法可以访问它座标为(x,y)格子上的信息:
construction
页: [1]
查看完整版本: IConstruction接口中的bool this[int x,int y]方法为什么我没找到呢?