Table of Contents

Method Insert

Namespace
Gamelogic.Extensions.Algorithms
Assembly
Gamelogic.Extensions.dll

Insert(T)

Inserts an item into the buffer.

void Insert(T item)

Parameters

item T

The item to insert into the buffer.