C# Класс CodeRinseRepeat.Deluge.Torrent

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Приватные методы

Метод Описание
GetFiles ( object>.Dictionary torrentData ) : IEnumerable
GetFiles ( object>.Dictionary data, string hash ) : IEnumerable
GetPeers ( object>.Dictionary torrentData ) : IEnumerable
GetTrackers ( object>.Dictionary torrentData ) : IEnumerable
GetTrackers ( object>.Dictionary data, string hash ) : IEnumerable
TorrentFromJsonObject ( JsonObject torrentObject ) : Torrent
UpdateFrom ( JsonObject torrentObject ) : Torrent

Описание методов

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

ToString() публичный Метод

public ToString ( ) : string
Результат string