Class MergedGraphElementCollection
Inheritance
object
MergedGraphElementCollection
Assembly: solution.dll
Syntax
public sealed class MergedGraphElementCollection : MergedKeyedCollection<Guid, IGraphElement>, IMergedCollection<IGraphElement>, ICollection<IGraphElement>, INotifyCollectionChanged<IGraphElement>
Methods
Include<TSubItem>(IKeyedCollection<Guid, TSubItem>)
Declaration
public override void Include<TSubItem>(IKeyedCollection<Guid, TSubItem> collection) where TSubItem : IGraphElement
Parameters
Type Parameters
| Name |
Description |
| TSubItem |
|
Overrides
Events
CollectionChanged
Declaration
public event Action CollectionChanged
Event Type
ItemAdded
Declaration
public event Action<IGraphElement> ItemAdded
Event Type
ItemRemoved
Declaration
public event Action<IGraphElement> ItemRemoved
Event Type
Implements
ICollection<>
Extension Methods