Exemplo n.º 1
0
 /// <summary>
 /// Retrieves a codec suitable for an int64 field with the given tag.
 /// </summary>
 /// <param name="tag">The tag.</param>
 /// <returns>A codec for the given tag.</returns>
 public static FieldCodec <long> ForInt64(uint tag)
 {
     return(FieldCodec.ForInt64(tag, 0));
 }