コード例 #1
0
ファイル: FlattenTests.cs プロジェクト: bgribaudo/DataTable
 public static bool TryParse(string value, out CustomType x)
 {
     x = new CustomType();
     x._value = value;
     return true;
 }
コード例 #2
0
ファイル: FlattenTests.cs プロジェクト: wqshabib/DataTable
 public static bool TryParse(string value, out CustomType x)
 {
     x        = new CustomType();
     x._value = value;
     return(true);
 }