Ejemplo n.º 1
0
 private int IndexOf(string name)
 {
     ChildrenList.Sort(Comparer);
     return(ChildrenList.BinarySearch(GetNamedElement(name), Comparer));
 }