 | UIObjectCollectionRemoveAt 方法 |
Sweet 开发框架 [缺少 "M:Sweet.Common.UIObjectCollection.RemoveAt(System.Int32)" 的 <summary> 文档]
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
abstract RemoveAt :
index : int -> unit
override RemoveAt :
index : int -> unit
参数
- index
- 类型:SystemInt32
[缺少 "M:Sweet.Common.UIObjectCollection.RemoveAt(System.Int32)" 的 <param name="index"/> 文档]
实现
IListRemoveAt(Int32)
参见