Esempio n. 1
0
 private static TypeKind GetTypeKind(CachedType type, Options options)
 {
     return type.GetKind(
         options.TreatEnumerableImplsAsObjects,
         options.TreatDictionaryImplsAsObjects);
 }
Esempio n. 2
0
 private static TypeKind GetTypeKind(CachedType type, Options options)
 {
     return(type.GetKind(
                options.TreatEnumerableImplsAsObjects,
                options.TreatDictionaryImplsAsObjects));
 }