'Declaration Public Function New( _ ByVal items As System.Collections.Generic.IList(Of T) _ )
'Usage Dim items As System.Collections.Generic.IList(Of T) Dim instance As New NotifyCollection(Of T)(items)
public NotifyCollection<T>( System.Collections.Generic.IList<T> items )
Parameters
- items
- The items.