AuthorizationRuleCollection クラス

定義

AuthorizationRule オブジェクトのコレクションを表します。

public ref class AuthorizationRuleCollection sealed : System::Collections::ReadOnlyCollectionBase
public ref class AuthorizationRuleCollection sealed : System::Collections::ICollection
public sealed class AuthorizationRuleCollection : System.Collections.ReadOnlyCollectionBase
public sealed class AuthorizationRuleCollection : System.Collections.ICollection
type AuthorizationRuleCollection = class
    inherit ReadOnlyCollectionBase
type AuthorizationRuleCollection = class
    interface ICollection
    interface IEnumerable
Public NotInheritable Class AuthorizationRuleCollection
Inherits ReadOnlyCollectionBase
Public NotInheritable Class AuthorizationRuleCollection
Implements ICollection
継承
AuthorizationRuleCollection
継承
AuthorizationRuleCollection
実装

コンストラクター

AuthorizationRuleCollection()

AuthorizationRuleCollection クラスの新しいインスタンスを初期化します。

プロパティ

Count

ICollection に格納されている要素の数を取得します。

Count

ReadOnlyCollectionBase インスタンスに含まれる要素の数を取得します。

(継承元 ReadOnlyCollectionBase)
InnerList

ReadOnlyCollectionBase インスタンスに格納されている要素のリストを取得します。

(継承元 ReadOnlyCollectionBase)
Item[Int32]

コレクションの指定したインデックス位置にある AuthorizationRule オブジェクトを取得します。

メソッド

AddRule(AuthorizationRule)

コレクションに AuthorizationRule オブジェクトを追加します。

CopyTo(AuthorizationRule[], Int32)

コレクションの内容を配列にコピーします。

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetEnumerator()

ReadOnlyCollectionBase インスタンスを反復処理する列挙子を返します。

(継承元 ReadOnlyCollectionBase)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

明示的なインターフェイスの実装

ICollection.CopyTo(Array, Int32)

ICollection の要素を Array にコピーします。Array の特定のインデックスからコピーが開始されます。

ICollection.CopyTo(Array, Int32)

ReadOnlyCollectionBase 全体を互換性のある 1 次元の Array にコピーします。コピー操作は、コピー先の配列の指定したインデックスから始まります。

(継承元 ReadOnlyCollectionBase)
ICollection.IsSynchronized

ICollection へのアクセスが同期されている (スレッド セーフである) かどうかを示す値を取得します。

ICollection.IsSynchronized

ReadOnlyCollectionBase オブジェクトへのアクセスが同期されている (スレッド セーフである) かどうかを示す値を取得します。

(継承元 ReadOnlyCollectionBase)
ICollection.SyncRoot

ICollection へのアクセスを同期するために使用できるオブジェクトを取得します。

ICollection.SyncRoot

ReadOnlyCollectionBase オブジェクトへのアクセスを同期するために使用できるオブジェクトを取得します。

(継承元 ReadOnlyCollectionBase)
IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

拡張メソッド

Cast<TResult>(IEnumerable)

IEnumerable の要素を、指定した型にキャストします。

OfType<TResult>(IEnumerable)

指定された型に基づいて IEnumerable の要素をフィルター処理します。

AsParallel(IEnumerable)

クエリの並列化を有効にします。

AsQueryable(IEnumerable)

IEnumerableIQueryable に変換します。

適用対象