[]
Represents a collection of NestedPropertySetter objects.
public class NestedPropertySetterCollection : ObservableCollection<NestedPropertySetter>, IList<NestedPropertySetter>, ICollection<NestedPropertySetter>, IList, ICollection, IReadOnlyList<NestedPropertySetter>, IReadOnlyCollection<NestedPropertySetter>, IEnumerable<NestedPropertySetter>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
| Name | Description |
|---|---|
| NestedPropertySetterCollection(object) | Initialize a new instance of the NestedPropertySetterCollection class. |
| Name | Description |
|---|---|
| Owner | Gets the owning object. |
| Name | Description |
|---|---|
| ClearItems() | Overrides the default behavior. |
| InsertItem(int, NestedPropertySetter) | Overrides the default behavior. |
| RemoveItem(int) | Overrides the default behavior. |