[[["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."],[[["ContextRule is a class that provides context information for individual API elements, implementing interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The ContextRule class has constructors for default initialization and for creating a new instance based on an existing ContextRule object."],["Key fields in ContextRule include `AllowedRequestExtensionsFieldNumber`, `AllowedResponseExtensionsFieldNumber`, `ProvidedFieldNumber`, `RequestedFieldNumber`, and `SelectorFieldNumber`, each defining a field number for specific types of data."],["The class features properties like `AllowedRequestExtensions`, `AllowedResponseExtensions`, `Provided`, `Requested`, and `Selector`, which handle lists of type names, extensions, and the selection of methods."],["Methods of the ContextRule class include `CalculateSize`, `Clone`, `Equals`, `GetHashCode`, `MergeFrom`, `ToString`, and `WriteTo`, allowing for operations such as calculating the message size, creating deep clones, merging data, and handling input and output streams."]]],[]]