'Declaration Public Default Property Item( _ ByVal index As Integer _ ) As Page
public Page this[ int index ]; {get; set;}
PageCollection collection = new PageCollection(); collection.Add(new Page()); Page page = collection[0];
PageCollection Class PageCollection Members