Returns the fields in the message as an immutable list, in ascending field number
order. Field numbers need not be contiguous, so there is no direct mapping from the
index in the list to the field number; to retrieve a field by field number, it is better
to use the MessageDescriptor.FieldCollection indexer.
[[["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-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eMessageDescriptor.FieldCollection\u003c/code\u003e class simplifies the process of retrieving field accessors for specific fields within a message.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from the base \u003ccode\u003eobject\u003c/code\u003e class and resides within the \u003ccode\u003eGoogle.Protobuf.Reflection\u003c/code\u003e namespace in the \u003ccode\u003eGoogle.Protobuf.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe class allows accessing fields by either their integer number or their string name, returning the \u003ccode\u003eFieldDescriptor\u003c/code\u003e for the specified field, but raising a \u003ccode\u003eKeyNotFoundException\u003c/code\u003e if field doesn't exist.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides methods \u003ccode\u003eInDeclarationOrder()\u003c/code\u003e and \u003ccode\u003eInFieldNumberOrder()\u003c/code\u003e to get an immutable list of \u003ccode\u003eFieldDescriptor\u003c/code\u003e instances, either in declaration order or numerical order.\u003c/p\u003e\n"]]],[],null,[]]