[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `OneofAccessor` class provides reflection access for a oneof, enabling operations to clear and retrieve the current case."],["It inherits from the `object` class and is found within the `Google.Protobuf.Reflection` namespace in the `Google.Protobuf.dll` assembly."],["The `Descriptor` property allows access to the `OneofDescriptor`, giving detailed information about the oneof."],["The `Clear` method allows you to clear the oneof in a specified message of type `IMessage`."],["The `GetCaseFieldDescriptor` method indicates which field within the oneof is currently set for a given `IMessage`."]]],[]]