GameStat.NET Reference

PlayerCollection.Remove Method 

[This is preliminary documentation and subject to change.]

Removes the first occurrence of a specific Player from the PlayerCollection.

public void Remove(
   Player value
);

Parameters

value
The Player to remove from the PlayerCollection

See Also

PlayerCollection Class | GameStat.Collections Namespace