[]
数组类型返回值
public class GenerateListParam : GenerateParam
构造函数
public GenerateListParam()
构造函数
public GenerateListParam(string name, string description = null)
| 类型 | 名称 | 描述 |
|---|---|---|
| string | name | 参数名 |
| string | description | 参数描述 |
列表中的每一项的属性列表
public List<GenerateParam> ItemGenerateProperties { get; set; }
| 类型 | 描述 |
|---|---|
| System.Collections.Generic.List<T><GenerateParam> |
列表中的每一项的属性列表
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> |