OneOrMany<T>::Add Method (T)

Visual Studio 2015
 

Adds a new value to the collection.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
void Add(
	T value
)

Parameters

value
Type: T

The value to add.

Return to top
Show: