GetTypeInfo() static private méthode

static private GetTypeInfo ( Type type ) : TypeInfo
type System.Type
Résultat TypeInfo
 public TypeInfo GetTypeInfo(Type type) => JsonWriter.GetTypeInfo(type);
 public TypeInfo GetTypeInfo(Type type)
 {
     return(JsonWriter.GetTypeInfo(type));
 }