Click or drag to resize
ReadOnlyCollectionT Constructor
Wraps the specified collection with a new read-only collection.

Namespace: Slash.Collections.ObjectModel
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public ReadOnlyCollection(
	ICollection<T> collection
)

Parameters

collection
Type: System.Collections.GenericICollectionT
Collection to wrap.
See Also