点击或拖拽改变大小

SwebViewObjectCollectionBaseT

单对象集合
继承层次
SystemObject
  System.CollectionsCollectionBase
    Swebui.ControlsSwebViewObjectCollectionBaseT
      Swebui.ControlsSwebViewStringCollection

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

类型参数

T
对象类型

SwebViewObjectCollectionBaseT 类型公开以下成员。

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