interface Infragistics.Documents.Reports.Report.Projection.IProjectionPageCollection
   inherits System.Collections.Generic.IEnumerable, System.Collections.IEnumerable:

   def public property Count as integer
      get.

   def public property Item as Infragistics.Documents.Reports.Report.Projection.IProjectionPage
      get.

   method public System.Collections.Generic.IEnumerator GetEnumerator().

   method public System.Collections.IEnumerator GetEnumerator().

end interface.
