Method | Description | |
---|---|---|
Add ( ObservableCollection collection, int index, value ) : void | ||
Complete ( ObservableCollection intermediateCollection ) : ReadOnlyObservableCollection |
||
Create ( int count ) : ObservableCollection |
protected Add ( ObservableCollection collection, int index, value ) : void | ||
collection | ObservableCollection | |
index | int | |
return | void |
protected Complete ( ObservableCollection intermediateCollection ) : ReadOnlyObservableCollection |
||
intermediateCollection | ObservableCollection | |
return | ReadOnlyObservableCollection |
protected Create ( int count ) : ObservableCollection |
||
count | int | |
return | ObservableCollection |