GetWriteFn() static private method

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