Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / C1CachedDataCollectionList<T> Class / SetSource Method

In This Topic
    SetSource Method (C1CachedDataCollectionList<T>)
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub SetSource( _
       ByVal collection As C1.DataCollection.IDataCollection(Of T) _
    ) 
    protected void SetSource( 
       C1.DataCollection.IDataCollection<T> collection
    )

    Parameters

    collection
    See Also