System.Reflection.SystemReflectionPolyfillExtensions.GetTypeInfo C# (CSharp) Method

GetTypeInfo() public static method

public static GetTypeInfo ( this type ) : Type
type this
return System.Type
        public static Type GetTypeInfo(this Type type)
        {
            return type;
        }
    }
SystemReflectionPolyfillExtensions