Syntax
public interface IQueue4
Methods
Name | Value | Summary |
---|---|---|
Add |
void | |
HasNext |
bool | |
Iterator |
IEnumerator | |
Next |
Object | |
NextMatching |
Object |
Returns the next object in the queue that matches the specified condition.
|