28 |
} |
} |
29 |
public class PropertyDictionary : PropertyDictionary<string, object> |
public class PropertyDictionary : PropertyDictionary<string, object> |
30 |
{ |
{ |
31 |
public PropertyDictionary() : base() |
public PropertyDictionary() : base() { } |
|
{ |
|
|
ThrowHelper.ThrowNotSupportedException(ExceptionResource.NotSupported_ReadOnlyCollection); |
|
|
} |
|
32 |
public PropertyDictionary(IPropertyDictionary dictionary) : base(dictionary) { } |
public PropertyDictionary(IPropertyDictionary dictionary) : base(dictionary) { } |
33 |
public PropertyDictionary(IEqualityComparer<string> comparer) : base(comparer) { } |
public PropertyDictionary(IEqualityComparer<string> comparer) : base(comparer) { } |
34 |
public PropertyDictionary(int capacity) :base(capacity) { } |
public PropertyDictionary(int capacity) :base(capacity) { } |