XmlHelperReplaceElement Method |
Namespace: Tangosol.Run.Xml
public static bool ReplaceElement( IXmlElement xmlParent, IXmlElement xmlReplace )
Exception | Condition |
---|---|
InvalidOperationException | If the parent element is immutable or otherwise cannot remove a child element. |