AddToCollection Method
AddToCollection(Type, Object, XamlPropertyValue)
Adds a value to the end of a collection.
Declaration
public static void AddToCollection(Type collectionType, object collectionInstance, XamlPropertyValue newElement)
Parameters
Type | Name | Description |
---|---|---|
System.Type | collectionType | |
System.Object | collectionInstance | |
XamlPropertyValue | newElement |