Example #1
0
 public static void AppliesTo(YearlyCalendarRule obj, MethodReturnEventArgs <System.Boolean> e, System.DateTime date)
 {
     // Abstract
 }
 public static void ToString(YearlyCalendarRule obj, MethodReturnEventArgs<System.String> e)
 {
     // Nothing to do
 }
Example #3
0
 public static void ToString(YearlyCalendarRule obj, MethodReturnEventArgs <System.String> e)
 {
     // Nothing to do
 }
 public static void AppliesTo(YearlyCalendarRule obj, MethodReturnEventArgs<System.Boolean> e, System.DateTime date)
 {
     // Abstract
 }