ReadOnlyCollectionBuilder<T> Constructor
Silverlight
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ReadOnlyCollectionBuilder<T>() | Constructs a ReadOnlyCollectionBuilder. |
|
ReadOnlyCollectionBuilder<T>(IEnumerable<T>) | Constructs a ReadOnlyCollectionBuilder, copying contents of the given collection. |
|
ReadOnlyCollectionBuilder<T>(Int32) | Constructs a ReadOnlyCollectionBuilder with a given initial capacity. The contents are empty but builder will have reserved room for the given number of elements before any reallocations are required. |