示例#1
0
 protected T GetChildElement(string id)
 {
     return(ChildElements.Find(x => x.id == id));
 }