예제 #1
0
 public IDOMElement GetLastChild(Func <IDOMElement, bool> filter)
 {
     return(Childs.LastOrDefault(filter));
 }