Beispiel #1
0
        private static double smethod_19(BfType bfType_0)
        {
            BfType bfType = (BfType)bfType_0;

            return((double)(bfType.Methods.Count + bfType.Events.Count + bfType.Fields.Count));
        }
Beispiel #2
0
 public LightType(BfType type, string childType)
 {
     this.bfType_0 = type;
     this.string_0 = childType;
 }
Beispiel #3
0
 private static double smethod_18(BfType bfType_0)
 {
     return((double)((BfType)bfType_0).Events.Count);
 }
Beispiel #4
0
 private static double smethod_17(BfType bfType_0)
 {
     return((double)((BfType)bfType_0).Fields.Count);
 }
Beispiel #5
0
 private static double smethod_15(BfType bfType_0)
 {
     return((double)((BfType)bfType_0).TypesUsing.Count);
 }
Beispiel #6
0
 private static bool smethod_12(BfType bfType_0)
 {
     return(!bfType_0.IsInCoreAssembly);
 }
Beispiel #7
0
 private static BfNamespace smethod_11(BfType bfType_0)
 {
     return(bfType_0.Namespace);
 }