private static TypeKind GetTypeKind(CachedType type, Options options) { return type.GetKind( options.TreatEnumerableImplsAsObjects, options.TreatDictionaryImplsAsObjects); }
private static TypeKind GetTypeKind(CachedType type, Options options) { return(type.GetKind( options.TreatEnumerableImplsAsObjects, options.TreatDictionaryImplsAsObjects)); }