Collection is the root of the collection hierarchy.

Namespace: yWorks.yFiles.Util
Assembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.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