GameStat.NET Reference

ServerCollection.Add Method 

[This is preliminary documentation and subject to change.]

Adds an item to the ServerCollection.

public int Add(
   Server value
);

Parameters

value
The Server to add to the ServerCollection

Return Value

The position into which the new element was inserted.

See Also

ServerCollection Class | GameStat.Collections Namespace