Removes specific resources from the managed collection.

Namespace:  DlhSoft.Windows.Data
Assembly:  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.

See Also