GetRange Method (SuggestionList)
In This Topic
Syntax
'Declaration
Public Function GetRange( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Collections.Generic.List(Of T)
public System.Collections.Generic.List<T> GetRange(
System.int ,
System.int
)
Parameters
- index
- count
See Also