CollectionSupport Class
Definition
Namespace: Alternet.FormDesigner.Wpf.XamlDom
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Static class containing helper methods to work with collections (like the XamlParser does)
Inheritance
System.Object
CollectionSupport
Syntax
public static class CollectionSupport
Methods
AddToCollection(Type, Object, XamlPropertyValue) | Adds a value to the end of a collection. |
CanCollectionAdd(Type, IEnumerable) | Gets if the collection type |
CanCollectionAdd(Type, Type) | Gets if the collection type |
Insert(Type, Object, XamlPropertyValue, Int32) | Adds a value at the specified index in the collection. |
IsCollectionType(Type) | Gets if the type is considered a collection in XAML. |
RemoveItem(Type, Object, Object) | Removes an item instance from the specified collection. |
RemoveItemAt(Type, Object, Int32) | Removes the item at the specified index of the collection. |
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()