Represents a collection of C1Cover objects that are used by Covers property.

Namespace:  C1.Web.iPhone.C1CoverFlow
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public class C1CoverCollection : C1ObservableItemCollection<C1CoverFlow, C1Cover>, 
	IJsonEmptiable
Visual Basic
Public Class C1CoverCollection _
	Inherits C1ObservableItemCollection(Of C1CoverFlow, C1Cover) _
	Implements IJsonEmptiable

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'C1Cover>)>)>
    C1.Web.iPhone..::..C1ObservableItemCollection<(Of <(<'C1CoverFlow, C1Cover>)>)>
      C1.Web.iPhone.C1CoverFlow..::..C1CoverCollection

See Also