BuildPropertyDictionaryConcurrently() public static method

public static BuildPropertyDictionaryConcurrently ( IEnumerable properties ) : string>.IDictionary
properties IEnumerable
return string>.IDictionary
コード例 #1
0
 public void ForceRebuildPropertyDictionary()
 {
     propertyDictionaryField = TiledMapSave.BuildPropertyDictionaryConcurrently(properties);
 }