PropertyData.PropertyData C# (CSharp) Méthode

PropertyData() public méthode

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