Our new developer documentation is now available. Please check it out!
PeerCollection.Add
public bool Add(Peer item)
Add a peer to the collection
Info
Always false if the collection IsReadOnly
Parameters
Name | Type | Description |
---|---|---|
item | Peer | peer to add |
Returns
Type | Description |
---|---|
Boolean | true on success or false |