Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void AddRange(IEnumerable<T>)

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

Declaration

public void AddRange(
    IEnumerable<T> item
)

Summary

Equivalent to the same method in List<T>.