
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
03/Mar/06 12:55 AM
|
|
Some objects that use IDictionary objects expose an IDictionaryEnumerator instead of the underlying IDictionary. HttpRuntime.Cache.GetEnumerator() is one such object.
|
|
Description
|
Some objects that use IDictionary objects expose an IDictionaryEnumerator instead of the underlying IDictionary. HttpRuntime.Cache.GetEnumerator() is one such object. |
Show » |
| Repository |
Revision |
Date |
User |
Message |
| ASF |
#382413 |
Thu Mar 02 15:38:11 UTC 2006 |
nicko |
Fix for LOG4NET-56. Added support for rendering all IEnumerable types rather than just collections. Added spacial case for IDictionary to ensure that the enumerator returned will enumerate DisctionaryEntry objects even with .NET 2.0 generic collections.
|
| Files Changed |
MODIFY
/logging/log4net/trunk/src/ObjectRenderer/DefaultRenderer.cs
|
|