The CollectionElement type exposes the following members.

Methods

  NameDescription
CanRemoveFromParentCollection
Determines whether the element represented by this node can be removed from the collection of which it is a part.
FromDictionary
Creates CollectionElement objects for each item in a dictionary.
FromList
Creates CollectionElement objects for each item in a list.
GetCollectionElements
Creates CollectionElement objects for each item in a collection.
RemoveFromParentCollection
Removes the element represented by this node from the collection of which it is a part.

See Also