GetTypeInfo() static private method

static private GetTypeInfo ( Type type ) : TypeInfo
type System.Type
return TypeInfo
Exemplo n.º 1
0
 public TypeInfo GetTypeInfo(Type type) => JsonWriter.GetTypeInfo(type);
 public TypeInfo GetTypeInfo(Type type)
 {
     return(JsonWriter.GetTypeInfo(type));
 }