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

Definition

Adds an item to the immutable list.

public:
 virtual void Add(T item);
public void Add (T item);
abstract member Add : 'T -> unit
override this.Add : 'T -> unit
Public Sub Add (item As T)

Parameters

item
T

The item to add to the list.

Implements

Applies to