GameStat.NET Reference

PlayerCollection.Add Method 

[This is preliminary documentation and subject to change.]

Adds an item to the PlayerCollection.

public int Add(
   Player value
);

Parameters

value
The Player to add to the PlayerCollection

Return Value

The position into which the new element was inserted.

See Also

PlayerCollection Class | GameStat.Collections Namespace