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