XPathMessageFilter.TrimToSize Method

Definition

Compacts the XPath filter, which releases all unused memory.

public:
 void TrimToSize();
public void TrimToSize ();
member this.TrimToSize : unit -> unit
Public Sub TrimToSize ()

Exceptions

In all cases.

Remarks

This operation is similar to the resizing of an array so that it has no unused elements.

Applies to