コード例 #1
0
 private static void Write(this BinaryWriter writer, Fingerprint fingerprint)
 {
     FingerprintUtilities.WriteTo(fingerprint, writer);
 }