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 复制到兼容的一维 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)

IEnumerable 转换为 IQueryable

适用于