HttpStaticObjectsCollectionWrapper Properties
.NET Framework 4.5
The HttpStaticObjectsCollectionWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of objects in the collection. (Overrides HttpStaticObjectsCollectionBase.Count.) |
|
IsReadOnly | Gets a value that indicates whether the collection is read-only. (Overrides HttpStaticObjectsCollectionBase.IsReadOnly.) |
|
IsSynchronized | Gets a value that indicates whether the collection is thread-safe. (Overrides HttpStaticObjectsCollectionBase.IsSynchronized.) |
|
Item | Gets the object that has the specified name from the collection. (Overrides HttpStaticObjectsCollectionBase.Item.) |
|
NeverAccessed | Gets a value that indicates whether the collection has been accessed. (Overrides HttpStaticObjectsCollectionBase.NeverAccessed.) |
|
SyncRoot | Gets an object that can be used to synchronize access to the collection. (Overrides HttpStaticObjectsCollectionBase.SyncRoot.) |