BzReader.HitCollection.Remove C# (CSharp) Méthode

Remove() public méthode

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