System.Web Namespace HttpStaticObjectsCollection Class
Returns a dictionary enumerator used for iterating through the key-and-value pairs contained in the collection.
[ VB ] NotOverridable Public Function GetEnumerator ( ) As IEnumerator _ Implements IEnumerable.GetEnumerator [ C# ] public IEnumerator GetEnumerator ( ); [ C++ ] public: __sealed IEnumerator* GetEnumerator ( ); [ JScript ] public function GetEnumerator ( ) : IEnumerator;
The enumerator for the collection.
IEnumerable.GetEnumerator
The following example creates an enumerator for the StaticObjects collelction.
[ VB ] Dim myEnumerator As System.Collections.IEnumerator = _ Application.StaticObjects.GetEnumerator ( ) [ C# ] System.Collections.IEnumerator myEnumerator = Application.StaticObjects.GetEnumerator ( );
HttpStaticObjectsCollection Members HttpApplicationState.StaticObjects Property
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note