[]
数组类型返回值
public class GenerateListParam : GenerateParam
数组类型返回值
public GenerateListParam()
列表中的每一项的属性列表
public List<string> ItemProperties { get; set; }
类型 | 描述 |
---|---|
System.Collections.Generic.List<T><string> |
列表中的每一项的属性列表及其描述
public Dictionary<string, string> ItemPropertiesDescription { get; set; }
类型 | 描述 |
---|---|
System.Collections.Generic.Dictionary<TKey, TValue><string, string> |