Set is a collection which does not allow duplicate elements.

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 ISet : ICollection, ICollection, 
	ICollection<Object>, IEnumerable<Object>, IEnumerable
Visual Basic
Public Interface ISet _
	Inherits ICollection, ICollection, ICollection(Of Object),  _
	IEnumerable(Of Object), IEnumerable

Remarks

Set is a collection which does not allow duplicate elements.

See Also