Remove

ResourceCollection.Remove method

This is the stub implementation of ICollection’s Remove method, that only throws NotSupportedException

public bool Remove(Resource item)
ParameterTypeDescription
itemResourcethe item to remove.

Return Value

true if the item was removed; false otherwise.

See Also