Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void RemoveRange(int, int)

  • Declared in: RT.Util.Collections.AutoList<T>

Declaration

public void RemoveRange(
    int index,
    int count
)

Summary

Equivalent to the same method in List<T>.