Interface IBuffer<T>
- Namespace
- Gamelogic.Extensions.Algorithms
- Assembly
- Gamelogic.Extensions.dll
Represents a generic buffer interface.
[Version(4, 1, 0)]
public interface IBuffer<T> : IReadOnlyBuffer<T>, IEnumerable<T>, IEnumerable
Type Parameters
T
The type of elements in the buffer.
- Inherited Members
- Extension Methods
Methods
- Clear()
Clears all items from the buffer.
- Insert(T)
Inserts an item into the buffer.