Removes specific resources from the managed collection.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public void RemoveRange( IEnumerable<Resource> resources ) |
| Visual Basic (Declaration) |
|---|
Public Sub RemoveRange ( _ resources As IEnumerable(Of Resource) _ ) |
Parameters
- resources
- Type: System.Collections.Generic..::.IEnumerable<(Of <(Resource>)>)
The resources to remove from the collection.