APRlib

CollectionComparer.ReverseStack Method 

Reverses the Stack Collection received.

public static IEnumerator ReverseStack(
   ICollection collection
);

Parameters

collection
The collection to reverse.

Return Value

The collection received in reverse order if it was a System.Collections.Stack type, otherwise it does nothing to the collection.

See Also

CollectionComparer Class | edu.neu.ccs.demeter.APRlib.Collections Namespace