Removes a specific resource from the managed collection.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public void Remove(
	Resource resource
)
Visual Basic (Declaration)
Public Sub Remove ( _
	resource As Resource _
)

Parameters

resource
Type: DlhSoft.Windows.Data..::.Resource
The resource to remove from the collection.

See Also