C1.Silverlight.Schedule.5
C1ObservableCollection<T> Constructor(IList<T>)

The System.Collections.Generic.IList`1 list that is wrapped by the new collection.
Initializes a new instance of the C1ObservableCollection<T> class.
Syntax
'Declaration
 
Public Function New( _
   ByVal list As System.Collections.Generic.IList(Of T) _
)
public C1ObservableCollection<T>( 
   System.Collections.Generic.IList<T> list
)

Parameters

list
The System.Collections.Generic.IList`1 list that is wrapped by the new collection.
See Also

Reference

C1ObservableCollection<T> Class
C1ObservableCollection<T> Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.