[[["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."],[[["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."]]],[]]