PropertyData.PropertyData C# (CSharp) 메소드

PropertyData() 공개 메소드

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