HttpStaticObjectsCollection 类

定义

StaticObjects 属性提供应用程序范围内的对象的集合。

public ref class HttpStaticObjectsCollection sealed : System::Collections::ICollection
public sealed class HttpStaticObjectsCollection : System.Collections.ICollection
type HttpStaticObjectsCollection = class
    interface ICollection
    interface IEnumerable
Public NotInheritable Class HttpStaticObjectsCollection
Implements ICollection
继承
HttpStaticObjectsCollection
实现

构造函数

HttpStaticObjectsCollection()

初始化 HttpStaticObjectsCollection 类的新实例。

属性

Count

获取集合中的对象数。

IsReadOnly

获取一个值,该值指示集合是否为只读。

IsSynchronized

获取一个值,该值指示集合是否已同步(即线程安全)。

Item[String]

获取集合中具有指定名称的对象。

NeverAccessed

获取一个指示集合以前是否被访问过的布尔值。

SyncRoot

获取可用于同步对集合的访问的对象。

方法

CopyTo(Array, Int32)

HttpStaticObjectsCollection 的成员复制到数组。

Deserialize(BinaryReader)

从使用 HttpStaticObjectsCollection 方法编写的二进制文件创建 Serialize(BinaryWriter) 对象。

Equals(Object)

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

(继承自 Object)
GetEnumerator()

返回字典枚举数,该枚举数用于循环访问包含在集合中的“键-值”对。

GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetObject(String)

返回集合中具有指定名称的对象。 该属性是 this 访问器的另一选择。

GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
Serialize(BinaryWriter)

将集合的内容写入 BinaryWriter 对象中。

ToString()

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

(继承自 Object)

扩展方法

Cast<TResult>(IEnumerable)

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

OfType<TResult>(IEnumerable)

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

AsParallel(IEnumerable)

启用查询的并行化。

AsQueryable(IEnumerable)

IEnumerable 转换为 IQueryable

适用于