Determines whether a collection can be added to using the AddDefaultValueEntry(Object) method.

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

Syntax

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

Parameters

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

Return Value

true if it is possible to add values to this collection using AddDefaultValueEntry(Object); otherwise false.

See Also