Example #1
0
 public static string GetDefaultConstructorName(SmallType pType)
 {
     return(pType.GetFullName() + ".ctor");
 }