System.Collections.Generic.ISet<T>

Provides the base interface for the abstraction of sets.

See Also: ISet<T> Members

Syntax

public interface ISet<T> : ICollection<T>, IEnumerable<T>

Type Parameters

T
Documentation for this section has not yet been entered.

Remarks

This interface provides methods for implementing sets, which are collections that have unique elements and specific operations. The HashSet`1 and SortedSet`1 collections implement this interface.

Requirements

Namespace: System.Collections.Generic
Assembly: System (in System.dll)
Assembly Versions: 4.0.0.0