ProviderCollection 类

定义

表示从 ProviderBase 继承的提供程序对象的集合。

public ref class ProviderCollection : System::Collections::ICollection
public class ProviderCollection : System.Collections.ICollection
type ProviderCollection = class
    interface ICollection
    interface IEnumerable
type ProviderCollection = class
    interface IEnumerable
    interface ICollection
Public Class ProviderCollection
Implements ICollection
继承
ProviderCollection
派生
实现

注解

ProviderCollection 利用基础 Hashtable 对象来存储提供程序名称/值对。

构造函数

ProviderCollection()

初始化 ProviderCollection 类的新实例。

属性

Count

获取集合中提供程序的数目。

IsSynchronized

获取一个值,该值指示对集合的访问是否为同步的(线程安全)。

Item[String]

获取具有指定名称的提供程序。

SyncRoot

获取当前对象。

方法

Add(ProviderBase)

向集合中添加提供程序。

Clear()

从集合中移除所有项。

CopyTo(ProviderBase[], Int32)

从指定索引处开始,将集合中的内容复制到给定数组。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetEnumerator()

返回一个对象,该对象实现 IEnumerator 接口以循环访问集合。

GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
Remove(String)

从集合中移除提供程序。

SetReadOnly()

将集合设置为只读。

ToString()

返回表示当前对象的字符串。

(继承自 Object)

显式接口实现

ICollection.CopyTo(Array, Int32)

ProviderCollection 的元素复制到一个数组中从特定的数组索引开始的位置。

扩展方法

Cast<TResult>(IEnumerable)

IEnumerable 的元素强制转换为指定的类型。

OfType<TResult>(IEnumerable)

根据指定类型筛选 IEnumerable 的元素。

AsParallel(IEnumerable)

启用查询的并行化。

AsQueryable(IEnumerable)

IEnumerable 转换为 IQueryable

适用于