Definition
Assembly: System.ObjectModel.dll Namespace: System.Collections.ObjectModelSyntax
Summary
This type is defined in System.ObjectModel.Remarks
See Microsoft documentation for more information about the rest of the API.Methods
AddRange Extension
Extension method from
System.Collections.ObjectModel.EasyAF_CollectionExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
collection | System.Collections.ObjectModel.ObservableCollection<T> | - |
items | System.Collections.Generic.IEnumerable<T> | - |
mode | System.Collections.ObjectModel.CollectionChangeNotificationMode | - |
InsertRange Extension
Extension method from
System.Collections.ObjectModel.EasyAF_CollectionExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
collection | System.Collections.ObjectModel.ObservableCollection<T> | - |
index | int | - |
items | System.Collections.Generic.IEnumerable<T> | - |
mode | System.Collections.ObjectModel.CollectionChangeNotificationMode | - |
RemoveRange Extension
Extension method from
System.Collections.ObjectModel.EasyAF_CollectionExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
collection | System.Collections.ObjectModel.ObservableCollection<T> | - |
index | int | - |
count | int | - |
mode | System.Collections.ObjectModel.CollectionChangeNotificationMode | - |
ReplaceRange Extension
Extension method from
System.Collections.ObjectModel.EasyAF_CollectionExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
collection | System.Collections.ObjectModel.ObservableCollection<T> | - |
index | int | - |
count | int | - |
items | System.Collections.Generic.IEnumerable<T> | - |
mode | System.Collections.ObjectModel.CollectionChangeNotificationMode | - |