How are XML-RPC structs represented as .NET types?
An XML-RPC struct is a dictionary of name+member pairs and so is more flexible than a struct in C++ or C#. Depending on the particular XML-RPC method, the members of a struct are not necessarily fixed: a struct might contain a fixed set of members, a subset of a known set of members, or even an arbitrary set of members created at runtime. For cases where the members of the struct are fixed, the XML-RPC struct can be mapped onto a .