Collection is the root of the collection hierarchy.
Namespace: yWorks.yFiles.UtilAssembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public interface ICollection : ICollection, ICollection<Object>, IEnumerable<Object>, IEnumerable |
| Visual Basic |
|---|
Public Interface ICollection _ Inherits ICollection, ICollection(Of Object), IEnumerable(Of Object), _ IEnumerable |
Remarks
Collection is the root of the collection hierarchy.