GetWriteFn() public static method

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