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