Adds an entry to a collection. The new entry is a new instance of the collection value type (constructed using the default constructor), or null for reference types with no default constructor.

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

Syntax

C#
public static void AddDefaultValueEntry(
	Object collectionValue
)
Visual Basic (Declaration)
Public Shared Sub AddDefaultValueEntry ( _
	collectionValue As Object _
)

Parameters

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

See Also