ThreadSafeReadOnlyObservableCollection<T> Constructor (ObservableCollection<T>)
Initializes a new instance of the ThreadSafeReadOnlyObservableCollection<T> class.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public ThreadSafeReadOnlyObservableCollection(
ObservableCollection<T> innerCollection
)
public:
ThreadSafeReadOnlyObservableCollection(
ObservableCollection<T>^ innerCollection
)
Public Sub New (
innerCollection As ObservableCollection(Of T)
)
Parameters
innerCollection
Type: System.Collections.ObjectModel.ObservableCollection<T>The ObservableCollection<T> with which to create this instance of the ThreadSafeReadOnlyObservableCollection<T> class.
See Also
ThreadSafeReadOnlyObservableCollection<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top