Constructor PropertyCollection
- Namespace
- PaintDotNet.PropertySystem
- Assembly
- PaintDotNet.PropertySystem.dll
PropertyCollection()
Creates an empty PropertyCollection.
public PropertyCollection()
PropertyCollection(IEnumerable<Property>)
Creates a PropertyCollection populated with the given list of properties.
public PropertyCollection(IEnumerable<Property> properties)
Parameters
properties
IEnumerable<Property>
PropertyCollection(IEnumerable<Property>, IEnumerable<PropertyCollectionRule>)
Creates a PropertyCollection populated with the given lists of properties and rules.
public PropertyCollection(IEnumerable<Property> properties, IEnumerable<PropertyCollectionRule> rules)
Parameters
properties
IEnumerable<Property>rules
IEnumerable<PropertyCollectionRule>