Collection4.

RemoveAll(IEnumerator) Method

Summary

Removes all the elements from this collection that are returned by iterator.

Syntax

public virtual void RemoveAll(IEnumerator iterator)

Remarks

Removes all the elements from this collection that are returned by iterator.

Parameters

Name Type Description
iterator IEnumerator

Return Value

Type Description
void