Insert Method
Insert(Type, Object, XamlPropertyValue, Int32)
Adds a value at the specified index in the collection.
Declaration
public static bool Insert(Type collectionType, object collectionInstance, XamlPropertyValue newElement, int index)
Parameters
Type | Name | Description |
---|---|---|
System.Type | collectionType | |
System.Object | collectionInstance | |
XamlPropertyValue | newElement | |
System.Int32 | index |
Returns
Type | Description |
---|---|
System.Boolean |