GetWriteFn() public static method

public static GetWriteFn ( Type type ) : WriteObjectDelegate
type System.Type
return WriteObjectDelegate
Ejemplo n.º 1
0
 public WriteObjectDelegate GetWriteFn(Type type)
 {
     return(JsvWriter.GetWriteFn(type));
 }
Ejemplo n.º 2
0
 public WriteObjectDelegate GetWriteFn(Type type) => JsvWriter.GetWriteFn(type);