Collection is the root of the collection hierarchy.

Namespace: yWorks.yFiles.Util
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

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