Property FIFO
FIFO
Since
Add(T item)
always add at the end of the list,
this describes if list has FIFO or LIFO semantics.
Declaration
bool FIFO { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | True if the operation removes from the
start of the list, false if it removes from the end.
|