BitTorrent.Torrent.Torrent C# (CSharp) Method

Torrent() private method

private Torrent ( ) : System
return System
        internal Torrent()
        {
            data = new ValueDictionary();
            localTorrentFile = String.Empty;
            torrentFiles = new Collection<TorrentFile>();
        }

Same methods

Torrent::Torrent ( string localFilename ) : System