/// <summary> /// Retrieves a codec suitable for a fixed64 field with the given tag. /// </summary> /// <param name="tag">The tag.</param> /// <returns>A codec for the given tag.</returns> public static FieldCodec <ulong> ForFixed64(uint tag) { return(FieldCodec.ForFixed64(tag, 0)); }