Set is a collection which does not allow duplicate elements.

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 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