Table of Contents

Method Insert

Namespace
Alternet.FormDesigner.Wpf.XamlDom
Assembly
Alternet.FormDesigner.Wpf.v10.dll

Insert(Type, object, XamlPropertyValue, int)

Adds a value at the specified index in the collection.

public static bool Insert(Type collectionType, object collectionInstance, XamlPropertyValue newElement, int index)

Parameters

collectionType Type
collectionInstance object
newElement XamlPropertyValue
index int

Returns

bool