| Parameter | Description |
|---|---|
| enumerable | An Collections.IEnumerable of properties to wrap. |
Initializes a new instance of the PropertyCollection<T0> struct which wraps the given enumerable.
| Parameter | Description |
|---|---|
| properties | A list of properties to wrap. |
Initializes a new instance of the PropertyCollection<T0> struct which wraps the given properties list.