Collection Constructor
.NET Framework 3.0
Initializes a new instance of the Collection class.
| Name | Description |
|---|---|
| Collection () | Initializes a new instance of the Collection class that is empty. Supported by the .NET Compact Framework. |
| Collection (Generic IList) | Initializes a new instance of the Collection class as a wrapper for the specified list. Supported by the .NET Compact Framework. |