Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void RemoveAll(Predicate<Node>)

  • Declared in: RT.Xml.Tag

Declaration

public void RemoveAll(
    Predicate<Node> predicate
)

Summary

Removes nodes that satisfy the given predicate from this tag’s children.