SyncParameterCollection 成员

SyncParameter 对象的集合。

SyncParameterCollection 类型公开以下成员。

构造函数

  名称 说明
公共方法 SyncParameterCollection() () () () 初始化 SyncParameterCollection 类的一个新实例。

页首

方法

  名称 说明
公共方法 Add(T) (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)
公共方法 Add(String, Object) 在给定参数名称和值时将 SyncParameter 添加到集合的末尾。
公共方法 Clear() () () () (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)
受保护的方法 ClearItems() () () () (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)
公共方法 Contains(String) 确定集合中是否存在具有指定名称的 SyncParameter 对象。
公共方法 Contains(T) (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)
公共方法 CopyTo(array<T> [] () [] [], Int32) (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)
公共方法 Equals(Object) (继承自 Object。)
受保护的方法 Finalize() () () () (继承自 Object。)
公共方法 GetEnumerator() () () () (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)
公共方法 GetHashCode() () () () (继承自 Object。)
公共方法 GetType() () () () (继承自 Object。)
公共方法 IndexOf(String) 如果给定参数名称,则搜索 SyncParameter 对象,并返回整个集合中第一个匹配项的从零开始的索引。
公共方法 IndexOf(T) (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)
公共方法 Insert(Int32, T) (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)
受保护的方法 InsertItem(Int32, T) (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)
受保护的方法 MemberwiseClone() () () () (继承自 Object。)
公共方法 Remove(String) 给定参数名称时从集合中删除 SyncParameter 对象的第一个匹配项。
公共方法 Remove(T) (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)
公共方法 RemoveAt(Int32) (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)
受保护的方法 RemoveItem(Int32) (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)
受保护的方法 SetItem(Int32, T) (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)
公共方法 ToString() () () () (继承自 Object。)

页首

属性

  名称 说明
公共属性 Count (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)
公共属性 Item[ ( [ ( Int32] ) ] ) (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)
公共属性 Item[ ( [ ( String] ) ] ) 给定参数名称时从集合中获取 SyncParameter 对象。
受保护的属性 Items (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)

页首

显式接口实现

  名称 说明
显式接口实现专用方法 IList. . :: . .Add(Object) (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)
显式接口实现专用方法 IList. . :: . .Contains(Object) (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)
显式接口实现专用方法 ICollection. . :: . .CopyTo(Array, Int32) (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)
显式接口实现专用方法 IEnumerable. . :: . .GetEnumerator() () () () (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)
显式接口实现专用方法 IList. . :: . .IndexOf(Object) (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)
显式接口实现专用方法 IList. . :: . .Insert(Int32, Object) (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)
显式接口实现专用属性 IList. . :: . .IsFixedSize (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)
显式接口实现专用属性 ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)
显式接口实现专用属性 IList. . :: . .IsReadOnly (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)
显式接口实现专用属性 ICollection. . :: . .IsSynchronized (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)
显式接口实现专用属性 IList. . :: . .Item[ ( [ ( Int32] ) ] ) (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)
显式接口实现专用方法 IList. . :: . .Remove(Object) (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)
显式接口实现专用属性 ICollection. . :: . .SyncRoot (继承自 Collection< (Of < ( <'SyncParameter> ) > ) >。)

页首

请参阅

参考

SyncParameterCollection类

Microsoft.Synchronization.Data 命名空间