Exemple #1
0
 private static IConfigPropertyBase GetOrAddProperty(IConfigPropertyBase property)
 {
     return(ConfigDictionary.GetOrAdd(property.Config, new IndexDictionary <String, IConfigPropertyBase>())
            .GetOrAdd(property.Path, property));
 }