public void Insert(
int index,
T item
)
Public Sub Insert (
index As Integer,
item As T
)
public:
virtual void Insert(
int index,
T item
) sealed
function Insert(index, item);
ArgumentOutOfRangeException | index is not a valid index in the RollingWindowT. |
InvalidOperationException | Rolling window is full (Count = WindowSize. |