Represents a collection of NestedPropertySetter objects.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public class NestedPropertySetterCollection : ObservableCollection<NestedPropertySetter>
Visual Basic
Public Class NestedPropertySetterCollection _
	Inherits ObservableCollection(Of NestedPropertySetter)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'NestedPropertySetter>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'NestedPropertySetter>)>)>
      C1.Silverlight.Schedule..::..NestedPropertySetterCollection

See Also