[]
Initializes a new instance of the CustomPropertyCollection class.
public CustomPropertyCollection()
Initializes a new instance of the CustomPropertyCollection class with the specified properties.
public CustomPropertyCollection(IEnumerable<CustomProperty> properties)
| Type | Name | Description |
|---|---|---|
| IEnumerable<CustomProperty> | properties | A collection of CustomProperty objects. |
| Type | Condition |
|---|---|
| ArgumentNullException | Thrown when |