OneOrMany<T>.Add(T) Method

Definition

Add a new value to the collection.

public:
 void Add(T value);
public:
 void Add(T value);
void Add(T value);
public void Add (T value);
member this.Add : 'T -> unit
Public Sub Add (value As T)

Parameters

value
T

The value to add.

Applies to