点击或拖拽改变大小

MobileViewObjectCollectionBaseT

单对象集合
继承层次
SystemObject
  System.CollectionsCollectionBase
    Smobiler.Core.ControlsMobileViewObjectCollectionBaseT
      Smobiler.Core.ControlsMobileViewStringCollection

命名空间:  Smobiler.Core.Controls
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.641.16928
语法
public abstract class MobileViewObjectCollectionBase<T> : CollectionBase

类型参数

T
对象类型

MobileViewObjectCollectionBaseT 类型公开以下成员。

构造函数
  名称说明
公共方法MobileViewObjectCollectionBaseT
初始化 MobileViewObjectCollectionBaseT 类的一个新实例
公共方法MobileViewObjectCollectionBaseT(IMobileViewObjectCollectionOwner)
初始化 MobileViewObjectCollectionBaseT 类的一个新实例
Top
属性
  名称说明
公共属性Item
获取根据指定索引的字符串
Top
方法
  名称说明
公共方法Add
添加字符串
公共方法AddRange(IEnumerable)
添加字符串集合
公共方法AddRange(T)
公共方法Clear
清空字符串列表
公共方法Contains
获取是否包含指定字符串
公共方法IndexOf
获取指定字符串的索引
公共方法Refresh
公共方法Remove
删除指定编号的字符串
公共方法RemoveAt
删除指定索引的字符串
公共方法ToList
Top
参见