BulkObservableCollection<T>::AsReadOnly Method ()

 

Gets a read-only version of the collection.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
ReadOnlyObservableCollection<T>^ AsReadOnly()

Return Value

Type: System.Collections.ObjectModel::ReadOnlyObservableCollection<T>^

A read-only version of the collection.

Return to top
Show: