Exemple #1
0
 /// <inheritdoc/>
 public void Insert_NoLock(int index, Local item)
 {
     locals.Insert_NoLock(index, item);
 }