public List<T> Slice( int start, int end )
Public Function Slice ( _ start As Integer, _ end As Integer _ ) As List(Of T)
public: List<T>^ Slice( int^ start, int^ end )