Represents a collection of C1Picker objects that are used by C1PickerView.

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

Syntax

C#
public class C1PickerCollection : C1ObservableItemCollection<C1PickerView, C1Picker>, 
	IJsonEmptiable
Visual Basic
Public Class C1PickerCollection _
	Inherits C1ObservableItemCollection(Of C1PickerView, C1Picker) _
	Implements IJsonEmptiable

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'C1Picker>)>)>
    C1.Web.iPhone..::..C1ObservableItemCollection<(Of <(<'C1PickerView, C1Picker>)>)>
      C1.Web.iPhone.C1PickerView..::..C1PickerCollection

See Also