コード例 #1
0
ファイル: PropertyReader.cs プロジェクト: RichardHaggard/BDC
 public static object Deserialize(string propertyName, string value)
 {
     return(PropertyReader.Deserialize((string)null, propertyName, value));
 }