Torrent() public static method

public static Torrent ( object torrent ) : void
torrent object
return void
Esempio n. 1
0
 public EditableTorrent(Torrent torrent)
 {
     Check.Torrent(torrent);
     Initialise(torrent.ToDictionary());
 }