예제 #1
0
 /// <summary> Write a <c>CorrelationId</c> value to the stream. </summary>
 internal static void Write <TWriter>(this TWriter @this, CorrelationId id) where TWriter : IBinaryTokenStreamWriter
 {
     @this.Write(id.ToInt64());
 }