Table of Contents

Method RemoveItemAt

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

RemoveItemAt(Type, object, int)

Removes the item at the specified index of the collection.

public static bool RemoveItemAt(Type collectionType, object collectionInstance, int index)

Parameters

collectionType Type
collectionInstance object
index int

Returns

bool

True if the removal succeeded, false if the collection type does not support RemoveAt.