OctoTorrent.TorrentEditor.TorrentEditor C# (CSharp) Method

TorrentEditor() public method

public TorrentEditor ( BEncodedDictionary metadata ) : System
metadata BEncodedDictionary
return System
        public TorrentEditor(BEncodedDictionary metadata)
            : base(metadata)
        {
        }

Same methods

TorrentEditor::TorrentEditor ( Torrent torrent ) : System
TorrentEditor