SetterBaseCollection.ReplaceAll(SetterBase[])
SetterBaseCollection.ReplaceAll(SetterBase[])
SetterBaseCollection.ReplaceAll(SetterBase[])
SetterBaseCollection.ReplaceAll(SetterBase[])
Method
Definition
Initially clears the collection, then inserts the provided array as new items.
public : void ReplaceAll(SetterBase[] items)
void ReplaceAll(SetterBase[] items) const;
public void ReplaceAll(SetterBase[] items)
Public Sub ReplaceAll(items As SetterBase[])
Parameters
- items
- SetterBase[] SetterBase[]
The new collection items.
Remarks
For implementations that track a changed event, the initial reset fires an event, but the items added do not fire discrete per-item events.
Feedback
Feedback wird geladen...