'Declaration Public Overloads Function GetLoadedItems( _ Optional ByVal fromIndex As Nullable(Of Integer), _ Optional ByVal toIndex As Nullable(Of Integer) _ ) As IEnumerable(Of ILoadedItem(Of T))
public IEnumerable<ILoadedItem<T>> GetLoadedItems( Nullable<int> fromIndex, Nullable<int> toIndex )
Parameters
- fromIndex
- The starting index, if not specified this will be 0.
- toIndex
- The starting index, if not specified this will be Count - 1.