Usages of ICollection
Properties
keys | in HashMap | ||
values | in HashMap | ||
keys | in IMap | A ICollection<T> of the keys of this dictionary. | |
values | in IMap | A ICollection<T> of the values of this dictionary. | |
items | in ItemCollection | Gets or sets a collection of items. | |
fixedNodes | in GraphSnapContext | Gets the nodes that stay fixed for the current edit. | |
handles | in HandlesRenderTag | Gets the handles to render. | |
availableCommands | in NavigationInputMode | Gets the list of commands that are available in this instance. | |
availableCommands | in OverviewInputMode | Gets the list of commands that are available in this instance. | |
items | in CompositeLayoutData | Gets or sets a collection of composed layout data objects. | |
routedMultiEdgesResult | in ParallelEdgeRouterData | Gets the edge collection that, after the layout run, will contain all multi-edges that were routed and not treated as leading edges. | |
sourcePortCandidates | in PathSearchRequest | Gets the source LayoutPortCandidates associated with this path request and describing how the path must connect to the source obstacle. | |
targetPortCandidates | in PathSearchRequest | Gets the target LayoutPortCandidates associated with this path request and describing how the path must connect to the target obstacle. | |
nonTreeEdgesResult | in TreeReductionStageData | Gets the edge collection that after the layout run will contain all edges that were selected to become non-tree edges by the TreeReductionStage. |
Method Return Values
from (ICollection<T>) | in ICollection | Creates a ICollection<T> instance from the given object by performing automatic type conversion. |
Method Parameters
bipartition (LayoutGraph, ICollection<LayoutNode>, ICollection<LayoutNode>) | in LayoutGraphAlgorithms | Calculates a bipartition of the specified graph, if one exists. | |
copyTo (ICollection<T>) | in ResultItemCollection | Copies the contents of this collection to another collection. | |
from (ICollection<T>) | in ICollection | Creates a ICollection<T> instance from the given object by performing automatic type conversion. | |
ObservableCollection (ICollection<T>?) | in ObservableCollection | Creates a new instance. | |
CollectSnapResultsEventArgs (IInputModeContext, Point, Point, number, number, ICollection<SnapResult>) | in CollectSnapResultsEventArgs | Creates a new instance of the event arguments using the provided values for initialization. |
Implementing Types
IList | A read-write list- or array-like collection of objects of the same type. | |
IMap | A collection of value objects which are mapped to key objects and can be queried using their keys. | |
IObservableCollection | The interface for a collection that will notify registered event handlers of changes to its contents. |