[缺少 "P:Store.Domain.Entities.Sys.SysApi.Childs" 的 <summary> 文档]
public List Childs { get; set; }
Public Property Childs As List
Get
Set
public:
property List^ Childs {
List^ get ();
void set (List^ value);
}
member Childs : List with get, set