BzReader.HitCollection.Remove C# (CSharp) Method

Remove() public method

Removes the specified hit.
public Remove ( PageInfo hit ) : void
hit PageInfo The hit.
return void
        public void Remove(PageInfo hit)
        {
            this.List.Remove(hit);
        }