MultiReturnAttribute public sealed class MultiReturnAttribute : Attribute This attribute describes keys in the returned dictionary of a method. Documentation Code public string[] ReturnKeys { get; set; } public MultiReturnAttribute(string[] returnKeys)