Represents a collection of C1LaunchPadItem objects that are used by Items property.

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

Syntax

C#
public class C1LaunchPadItemCollection : C1ObservableItemCollection<C1LaunchPad, C1LaunchPadItem>, 
	IJsonEmptiable
Visual Basic
Public Class C1LaunchPadItemCollection _
	Inherits C1ObservableItemCollection(Of C1LaunchPad, C1LaunchPadItem) _
	Implements IJsonEmptiable

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'C1LaunchPadItem>)>)>
    C1.Web.iPhone..::..C1ObservableItemCollection<(Of <(<'C1LaunchPad, C1LaunchPadItem>)>)>
      C1.Web.iPhone.C1LaunchPad..::..C1LaunchPadItemCollection

See Also