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