class ApiList<T>
{
IList<Error> Errors { get; }
T Item { get; }
IList<Warning> Warnings { get; }
T Get(string index);
}
|
名称 |
类型 |
描述 |
默认值 |
选项 |
|
Errors |
IList<Error> |
|||
|
Item |
T |
|||
|
Warnings |
IList<Warning> |
|
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
|
index |
string |
Index |
Required |
T