public sealed class CommonLanguageSettings : IMessage<CommonLanguageSettings>, IEquatable<CommonLanguageSettings>, IDeepCloneable<CommonLanguageSettings>, 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-04-17 UTC."],[[["`CommonLanguageSettings` is a class that provides required information for every language and is available in various versions, with the latest being 2.15.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It includes properties like `Descriptor`, `Destinations`, `Parser`, and `ReferenceDocsUri`, as well as methods for calculating size, cloning, equality checks, hash code generation, merging, string conversion, and writing to an output stream."],["The class has fields `DestinationsFieldNumber` and `ReferenceDocsUriFieldNumber`, which represent the field numbers for \"destinations\" and \"reference_docs_uri\", respectively."],["The `CommonLanguageSettings` class has two constructors, one default constructor and one that takes another instance of `CommonLanguageSettings`."]]],[]]