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

this() public méthode

Gets or sets the PageInfo at the specified index.
public this ( int index ) : PageInfo
index int
Résultat PageInfo
        public PageInfo this[int index]
        {
            get { return (PageInfo)this.List[index]; }
            set { this.List[index] = value; }
        }