MutationObserver.TakeRecords

MutationObserver.TakeRecords method

The method returns a copy of the record queue and then empty the record queue.

public IList<MutationRecord> TakeRecords()

Return Value

The copy of the record queue.

See Also