ReadOnlyCollectionBuilder<T>::Add Method (T)

 

Adds an item to the ReadOnlyCollectionBuilder<T>.

Namespace:   System.Runtime.CompilerServices
Assembly:  System.Core (in System.Core.dll)

public:
virtual void Add(
	T item
) sealed

Parameters

item
Type: T

The object to add to the ReadOnlyCollectionBuilder<T>.

.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Return to top
Show: