GetWriteFn() public static méthode

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