Exemple #1
0
 public static void Write(this char[] _this, EndianWriter writer)
 {
     writer.WriteArray(_this);
 }