ReadOnlyCollectionBuilder<T> Constructor (IEnumerable<T>^)

 

Constructs a ReadOnlyCollectionBuilder, copying contents of the given collection.

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

public:
ReadOnlyCollectionBuilder(
	IEnumerable<T>^ collection
)

Parameters

collection
Type: System.Collections.Generic::IEnumerable<T>^

Collection to copy elements from.

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