class f__AnonymousType0<< Count > j__TPar
static Type BaseType(this Type type)
static bool IsClass(this Type type)
static bool IsInterface(this Type type)
static MethodInfo Method(this Delegate d)
static bool ImplementInterface(this Type type, Type interfaceType)
static bool AssignableToTypeName(this Type type, string fullTypeName)
static bool IsValueType(this Type type)
static Assembly Assembly(this Type type)
static bool AssignableToTypeName(this Type type, string fullTypeName, [Out] Type match)
static bool IsGenericTypeDefinition(this Type type)
static bool IsVisible(this Type type)
static bool ContainsGenericParameters(this Type type)
static bool IsGenericType(this Type type)
static bool IsEnum(this Type type)
static bool IsAbstract(this Type type)
static bool IsSealed(this Type type)
static MemberTypes MemberType(this MemberInfo memberInfo)