Method Insert
- Namespace
- Gamelogic.Extensions.Algorithms
- Assembly
- Gamelogic.Extensions.dll
Insert(T)
Inserts an item into the buffer.
void Insert(T item)
Parameters
item
TThe item to insert into the buffer.
Inserts an item into the buffer.
void Insert(T item)
item
TThe item to insert into the buffer.