Esempio n. 1
0
 public static object Deserialize(string propertyName, string value)
 {
     return(PropertyReader.Deserialize((string)null, propertyName, value));
 }