예제 #1
0
 // Write data.
 public static void Write(this BinaryWriter w, IFormat data)
 {
     data.Write(w);
 }