An empty class, needed only to give a name to a generic type instance
to be used in a Settings file.
Inheritance Hierarchy
System.Collections.ObjectModel Collection ConnectionDetails
CleanCode.DatabaseControls.Support ConnectionDetailsCollection
Namespace: CleanCode.DatabaseControls.Support
Assembly: CleanCode.DatabaseControls (in CleanCode.DatabaseControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public class ConnectionDetailsCollection : Collection<ConnectionDetails>
Remarks
Since CleanCode 0.9.19.
See Also