Ejemplo n.º 1
0
 public DynamicDomElement this[int index]
 {
     get
     {
         return(new DynamicDomElement(INTERNAL_HtmlDomManager.GetChildDomElementAt(_parentDomElementRef, index)));
     }
 }