Definition
Assembly: System.Runtime.dll Namespace: System.Collections.ObjectModelSyntax
Summary
This type is defined in System.Runtime.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.Collection<T> | - |
items | System.Collections.Generic.IEnumerable<T> | - |
InsertRange Extension
Extension method from
System.Collections.ObjectModel.EasyAF_CollectionExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
collection | System.Collections.ObjectModel.Collection<T> | - |
index | int | - |
items | System.Collections.Generic.IEnumerable<T> | - |
RemoveRange Extension
Extension method from
System.Collections.ObjectModel.EasyAF_CollectionExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
collection | System.Collections.ObjectModel.Collection<T> | - |
index | int | - |
count | int | - |
ReplaceRange Extension
Extension method from
System.Collections.ObjectModel.EasyAF_CollectionExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
collection | System.Collections.ObjectModel.Collection<T> | - |
index | int | - |
count | int | - |
items | System.Collections.Generic.IEnumerable<T> | - |