OctoTorrent.Client.IgnoringPicker.IgnoringPicker C# (CSharp) Method

IgnoringPicker() public method

public IgnoringPicker ( BitField bitfield, OctoTorrent.Client.PiecePicker picker ) : System
bitfield BitField
picker OctoTorrent.Client.PiecePicker
return System
        public IgnoringPicker(BitField bitfield, PiecePicker picker)
            : base(picker)
        {
            this.bitfield = bitfield;
            this.temp = new BitField(bitfield.Length);
        }