Class ParameterSetParameterCollection
Denotes a class to implement the parameter reference
public class ParameterSetParameterCollection : ObservableOppositeSet<IParameterSet, IParameter>, IList, ICollection, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, ISetExpression<IParameter>, ISet<IParameter>, ICollectionExpression<IParameter>, IEnumerableExpression<IParameter>, IEnumerableExpression, ICollection<IParameter>, IEnumerable<IParameter>, IEnumerable
- Inheritance
-
ParameterSetParameterCollection
- Implements
- Inherited Members
Constructors
ParameterSetParameterCollection(IParameterSet)
Creates a new instance
public ParameterSetParameterCollection(IParameterSet parent)
Parameters
parentIParameterSetthe parent ParameterSet
Methods
SetOpposite(IParameter, IParameterSet)
Sets the opposite of the given item
protected override void SetOpposite(IParameter item, IParameterSet newParent)
Parameters
itemIParameterthe item
newParentIParameterSetthe new parent or null, if the item is removed from the collection