IQueue4 Interface

IQueue4

Syntax

public interface IQueue4

Methods

Name Value Summary
Add(Object) void
HasNext() bool
Iterator() IEnumerator
Next() Object
NextMatching(IPredicate4) Object
Returns the next object in the queue that matches the specified condition.