This class is used internally by the Protocol Buffer Library and generated
message implementations. It is public only for the sake of those generated
messages. Others should not use this class directly.
This class contains constants and helper functions useful for dealing with
the Protocol Buffer wire format.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `WireFormat` class is intended for internal use by the Protocol Buffer Library and generated message implementations, not for direct use by others."],["It provides constants and helper functions for working with the Protocol Buffer wire format."],["The class includes methods like `GetTagFieldNumber`, `GetTagWireType`, and `MakeTag` for managing tag values, field numbers, and wire types."],["It inherits from the base `object` class and has inherited members such as `Equals`, `GetHashCode`, and `GetType`."],["The class can be found within the `Google.Protobuf` namespace and the `Google.Protobuf.dll` assembly."]]],[]]