public SynchronizedSuspendableObservableCollection(
IEnumerable<T> collection
)
Public Sub New (
collection As IEnumerable(Of T)
)
public:
SynchronizedSuspendableObservableCollection(
IEnumerable<T>^ collection
)
new :
collection : IEnumerable<'T> -> SynchronizedSuspendableObservableCollection