GetTypeInfo() static private method

static private GetTypeInfo ( Type type ) : TypeInfo
type System.Type
return TypeInfo
コード例 #1
0
 public TypeInfo GetTypeInfo(Type type) => JsonWriter.GetTypeInfo(type);
コード例 #2
0
 public TypeInfo GetTypeInfo(Type type)
 {
     return(JsonWriter.GetTypeInfo(type));
 }