Esempio n. 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));
        }
Esempio n. 2
0
 public LightType(BfType type, string childType)
 {
     this.bfType_0 = type;
     this.string_0 = childType;
 }
Esempio n. 3
0
 private static double smethod_18(BfType bfType_0)
 {
     return((double)((BfType)bfType_0).Events.Count);
 }
Esempio n. 4
0
 private static double smethod_17(BfType bfType_0)
 {
     return((double)((BfType)bfType_0).Fields.Count);
 }
Esempio n. 5
0
 private static double smethod_15(BfType bfType_0)
 {
     return((double)((BfType)bfType_0).TypesUsing.Count);
 }
Esempio n. 6
0
 private static bool smethod_12(BfType bfType_0)
 {
     return(!bfType_0.IsInCoreAssembly);
 }
Esempio n. 7
0
 private static BfNamespace smethod_11(BfType bfType_0)
 {
     return(bfType_0.Namespace);
 }