FreezableCollection<T> Constructor
.NET Framework 4.5
Initializes a new instance of FreezableCollection<T>.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
FreezableCollection<T>() | Initializes a new instance of FreezableCollection<T> that is empty and has the default initial capacity. |
|
FreezableCollection<T>(IEnumerable<T>) | Initializes a new instance of the FreezableCollection<T> class that contains the same elements as the specified collection. |
|
FreezableCollection<T>(Int32) | Initializes a new instance of the FreezableCollection<T> that is empty and has the specified initial capacity. |