Method TryPop
TryPop(out string)
Pop an element of the queue.
Declaration
public bool TryPop(out string v)
Parameters
Type | Name | Description |
---|---|---|
string | v | Output result string. |
Returns
Type | Description |
---|---|
bool | True if an element was succesfuly poped. |