Ejemplo n.º 1
0
 protected void _InsertBefore(XmlElement element, XmlElement child)
 {
     _state.InsertBefore(_ContainerName, element, child);
 }