点击或拖拽改变大小

MobileViewStringCollection 类

字符串列表类
继承层次
SystemObject
  System.CollectionsCollectionBase
    Smobiler.Core.ControlsMobileViewObjectCollectionBaseString
      Smobiler.Core.ControlsMobileViewStringCollection

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

MobileViewStringCollection 类型公开以下成员。

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