public sealed class OneofDescriptorProto : IMessage<OneofDescriptorProto>, IEquatable<OneofDescriptorProto>, IDeepCloneable<OneofDescriptorProto>, IBufferMessage, IMessage
[[["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 `OneofDescriptorProto` class describes a oneof, is sealed, and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`."],["It inherits from the `object` class and includes methods for object comparison, getting the hash code, and string representation through overriding, as well as the ability to clone."],["It has constructors for creating a new instance or cloning another `OneofDescriptorProto` instance, fields to handle \"name\" and \"options\", and properties to manage their state and access."],["The class allows for managing data through methods like calculating size, clearing the name, merging data from various sources, and writing to or from coded streams, along with extension methods for additional message operations."],["It's located within the `Google.Protobuf.Reflection` namespace and is part of the `Google.Protobuf.dll` assembly."]]],[]]