[]
对象类型返回值
public class GenerateObjectParam : GenerateParam
对象类型返回值
public GenerateObjectParam()
对象的子属性列表
public List<string> SubProperties { get; set; }
类型 | 描述 |
---|---|
System.Collections.Generic.List<T><string> |
对象的子属性列表及其描述
public Dictionary<string, string> SubPropertiesDescription { get; set; }
类型 | 描述 |
---|---|
System.Collections.Generic.Dictionary<TKey, TValue><string, string> |