PeerCollection
On this page
public class PeerCollection : IReadOnlyCollection<Peer>, IEnumerable<Peer>, IEnumerable, IEqualityComparer<Peer>
Intern peer dictionary
Properties
Name | Type | Description |
---|---|---|
Item[UInt64] | Peer | Try to get Peer by id |
Count | Int32 | |
IsReadOnly | Boolean |
Public Methods
Name | Description |
---|---|
Add | |
Clear | |
Contains | |
CopyTo | |
Equals | |
GetEnumerator | |
GetHashCode | |
Remove |