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.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.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.