Exemple #1
0
 public T GetPropertyValueAsEnum <T>(string name)
 {
     return(TmxHelper.GetStringAsEnum <T>(this.PropertyMap[name].Value));
 }