Exemple #1
0
 public ViewManagerPropertyAttribute(string propertyName, ViewManagerPropertyType type) : this(propertyName)
 {
     PropertyType = type;
 }