Exemple #1
0
 public void WriteType(Type type)
 {
     WriteProperty(ES3Type.typeFieldName, ES3Reflection.GetTypeString(type));
 }