System.Data.PropertyCollection
namespace System.Data
{
public class PropertyCollection : Hashtable
{
public PropertyCollection();
protected PropertyCollection(SerializationInfo info, StreamingContext context);
}
}