Determines whether elements can be removed from a collection.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public static bool CanRemoveFromCollection(
	Object collectionValue
)
Visual Basic (Declaration)
Public Shared Function CanRemoveFromCollection ( _
	collectionValue As Object _
) As Boolean

Parameters

collectionValue
Type: System..::.Object
The collection.

Return Value

true if it is possible to remove values from this collection; otherwise false.

See Also