GameStat.NET Reference

PlayerCollection.Insert Method 

[This is preliminary documentation and subject to change.]

Inserts an item to the PlayerCollection at the specified position.

public void Insert(
   int index,
   Player value
);

Parameters

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

See Also

PlayerCollection Class | GameStat.Collections Namespace