Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void Insert(int, T)

  • Declared in: RT.Util.Collections.QueueViewable<T>
  • Implements: IList<T>.Insert(int, T)

Declaration

public void Insert(
    int index,
    T item
)

Summary

Always throws a NotSupportedException.