Exemple #1
0
 public void MethodWithDifferentDefaultValues(
     bool?test     = null,
     DateTime?date = null,
     long l        = long.MaxValue,
     object o      = null,
     ClassWithOptionalParameters c = null)
 {
 }
 public void MethodWithDifferentDefaultValues(
     bool? test = null,
     DateTime? date = null,
     long l = Int64.MaxValue,
     object o = null,
     ClassWithOptionalParameters c = null)
 {
 }