[Serializable()] public sealed class GraphModel.DataCollection<NodeType,NodeKey> : IDataCollection
[Serializable()] public sealed class GraphModel.DataCollection<NodeType,NodeKey> : IDataCollection
This IDataCollection is used in various circumstances where there is a collection of node data, particularly for copying. If the node data is serializable, this collection can be serialized, which is useful when copying to the clipboard or pasting from it.
Although this nested type is not a generic class, it is parameterized by the NodeType and NodeKey type parameters of the containing generic model class. You should call GraphModel<NodeType,NodeKey>.CreateDataCollection to allocate an instance.
This collection class does not support separate link data.
System.Object
Northwoods.GoXam.Model.GraphModel`2.DataCollection<NodeType,NodeKey>