PropertyData.PropertyData C# (CSharp) Method

PropertyData() public method

public PropertyData ( ) : System.Collections.Generic
return System.Collections.Generic
    public PropertyData()
    {
        AlsoNotifyFor = new List<PropertyDefinition>();
    }
PropertyData