'Declaration Public Overloads Overridable Function GetLoadedItems( _ Optional ByVal fromIndex As Nullable(Of Integer), _ Optional ByVal toIndex As Nullable(Of Integer) _ ) As IEnumerable(Of ILoadedItem(Of T))
public virtual IEnumerable<ILoadedItem<T>> GetLoadedItems( Nullable<int> fromIndex, Nullable<int> toIndex )
Parameters
- fromIndex
- The initial index to start looking for loaded items.
- toIndex
- The final index to stop looking for loaded items.