Beispiel #1
0
 public static IConfigurationContainer EnableAttachedProperties(this IConfigurationContainer @this,
                                                                params IProperty[] properties)
 => @this.EnableAttachedProperties(new HashSet <IProperty>(properties));