Bridge

ISet<(Of <(<'T>)>)> Interface

Provides the base interface for the abstraction of sets.

Namespace:  System.Collections.Generic
Assembly:  Bridge (in Bridge.dll)

Syntax


[ExternalAttribute]
[NamespaceAttribute]
public interface ISet<T> : ICollection<T>
<ExternalAttribute> _
<NamespaceAttribute> _
Public Interface ISet(Of T) _
	Inherits ICollection(Of T)
[ExternalAttribute]
[NamespaceAttribute]
generic<typename T>
public interface class ISet : ICollection<T>

Type Parameters

T
The type of elements in the set.