3 references to Insert
Microsoft.VisualBasic.Core (3)
Microsoft\VisualBasic\Collection.vb (3)
82m_ItemsList.Insert(CInt(Before) - 1, newNode) 'Convert from 1 based to 0 based. 97m_ItemsList.Insert(CInt(After), newNode) 'Conversion from 1 based to 0 based offsets need to add 1. 673m_ItemsList.Insert(index, newNode) 'FastList is 0-indexed just like IList, so no transformation of "index" needed