NullDictionaryEnumerator MembersApache log4net™ SDK Documentation
The NullDictionaryEnumerator type exposes the following members.
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodMoveNext
Test if the enumerator can advance, if so advance.
Public methodReset
Resets the enumerator back to the start.
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyCurrent
Gets the current object from the enumerator.
Public propertyEntry
Gets the current entry from the enumerator.
Public propertyStatic memberInstance
Gets the singleton instance of the NullDictionaryEnumerator.
Public propertyKey
Gets the current key from the enumerator.
Public propertyValue
Gets the current value from the enumerator.
Back to Top
See Also