PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridGroupsCollection Class / GetCachedItems Method

In This Topic
    GetCachedItems Method
    In This Topic
    Syntax
    'Declaration
     
    
    <IteratorStateMachineAttribute(C1.DataCollection.C1CacheDataCollection`1/d__20)> 
    Public Function GetCachedItems( _ 
       Optional ByVal fromIndex As Nullable(Of Integer), _ 
       Optional ByVal toIndex As Nullable(Of Integer) _ 
    ) As IEnumerable(Of ILoadedItem(Of T))
    [IteratorStateMachine(C1.DataCollection.C1CacheDataCollection`1/d__20)] 
    public IEnumerable<ILoadedItem<T>> GetCachedItems( 
       Nullable<int> fromIndex, 
       Nullable<int> toIndex 
    )

    Parameters

    fromIndex
    toIndex
    See Also