IntrospectionExtensions static class IntrospectionExtensions Documentation Code namespace System.Reflection { internal static class IntrospectionExtensions { public static Type GetTypeInfo(this Type type) { return type; } } }