コード例 #1
0
 public bool IsValid(CompiledRuleBookBase rb)
 {
     // Check for effectivedate
     return true;
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: EmptyCubes/More
 static void Main(string[] args)
 {
     var a = new CompiledRuleBookBase();
     Console.WriteLine(a.LessThanOrEqual("2", "-0.5"));
     Console.ReadLine();
 }