PropertySet.fromPropertySet constructor

PropertySet.fromPropertySet(
  1. BasePropertySet basePropertySet
)
Initializes a new instance of PropertySet. The base property set to base the property set upon.

Implementation

PropertySet.fromPropertySet(enumerations.BasePropertySet basePropertySet)
    : this(basePropertySet, null);