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)

IEnumerableIQueryable に変換します。

適用対象