Parent Directory
|
Revision Log
|
Patch
--- trunk/libxmltv/Core/PropertyDictionary.cs 2013/03/10 08:44:53 93 +++ trunk/libxmltv/Core/PropertyDictionary.cs 2013/03/10 08:45:58 94 @@ -28,10 +28,7 @@ } public class PropertyDictionary : PropertyDictionary<string, object> { - public PropertyDictionary() : base() - { - ThrowHelper.ThrowNotSupportedException(ExceptionResource.NotSupported_ReadOnlyCollection); - } + public PropertyDictionary() : base() { } public PropertyDictionary(IPropertyDictionary dictionary) : base(dictionary) { } public PropertyDictionary(IEqualityComparer<string> comparer) : base(comparer) { } public PropertyDictionary(int capacity) :base(capacity) { }
ViewVC Help | |
Powered by ViewVC 1.1.22 |