GameStat.NET Reference

ServerCollection.Insert Method 

[This is preliminary documentation and subject to change.]

Inserts an item to the ServerCollection at the specified position.

public void Insert(
   int index,
   Server value
);

Parameters

index
The zero-based index at which value should be inserted.
value
The Server to insert into the ServerCollection.

See Also

ServerCollection Class | GameStat.Collections Namespace