Set is a collection which does not allow duplicate elements.

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