Selerix Developer Tools
GetRange Method






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > SmartList<T> Class : GetRange Method
The index.
The count.
Gets the range.
Syntax
'Declaration
 
Public Function GetRange( _
   ByVal index As Integer, _
   ByVal count As Integer _
) As List(Of T)
'Usage
 
Dim instance As SmartList(Of T)
Dim index As Integer
Dim count As Integer
Dim value As List(Of T)
 
value = instance.GetRange(index, count)
public List<T> GetRange( 
   int index,
   int count
)
public function GetRange( 
    index: Integer;
    count: Integer
): List; 
public function GetRange( 
   index : int,
   count : int
) : List;
public: List<T*>* GetRange( 
   int index,
   int count
) 
public:
List<T^>^ GetRange( 
   int index,
   int count
) 

Parameters

index
The index.
count
The count.
See Also

Reference

SmartList<T> Class
SmartList<T> Members