System.Reflection.ReflectionPolyfillExtensions.GetTypeInfo C# (CSharp) Méthode

GetTypeInfo() public static méthode

public static GetTypeInfo ( this type ) : Type
type this
Résultat Type
        public static Type GetTypeInfo(this Type type)
        {
            return type;
        }
    }
ReflectionPolyfillExtensions