'Declaration Public Function GetRange( _ ByVal index As Integer, _ ByVal count As Integer _ ) As List(Of Style)
public List<Style> GetRange( int index, int count )
Parameters
- index
- The zero-based List index at which the range starts.
- count
- The number of elements in the range.
Return Value
A shallow copy of a range of elements in the source List.