パラメータ
- index
- The zero-based index at which item should be inserted.
- item
- The object to insert. The value can be null 参照 (Visual Basicでは Nothing) for reference types.
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | index is less than 0. -or- index is greater than Count. |