System.Reflection.SystemReflectionPolyfillExtensions.GetTypeInfo C# (CSharp) Метод

GetTypeInfo() публичный статический Метод

public static GetTypeInfo ( this type ) : Type
type this
Результат System.Type
        public static Type GetTypeInfo(this Type type)
        {
            return type;
        }
    }
SystemReflectionPolyfillExtensions