ImmutableHashSet<T>.Builder.Add(T) Method

Definition

Adds the specified item to the immutable hash set.

public:
 virtual bool Add(T item);
public bool Add (T item);
abstract member Add : 'T -> bool
override this.Add : 'T -> bool
Public Function Add (item As T) As Boolean

Parameters

item
T

The item to add.

Returns

true if the item did not already belong to the collection; otherwise, false.

Implements

Applies to