BuildPropertyDictionaryConcurrently() public static méthode

public static BuildPropertyDictionaryConcurrently ( IEnumerable properties ) : string>.IDictionary
properties IEnumerable
Résultat string>.IDictionary
 public void ForceRebuildPropertyDictionary()
 {
     propertyDictionaryField = TiledMapSave.BuildPropertyDictionaryConcurrently(properties);
 }