Collection is the root of the collection hierarchy.

Namespace: yWorks.yFiles.Util
Assembly: 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.

See Also