using CookComputing.XmlRpc; namespace MetaWeblogApi { /// /// This struct represents the information about a category that could be returned by the /// getCategories() method. /// [XmlRpcMissingMapping( MappingAction.Ignore )] public struct Category { public string description; public string title; } }