Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

SyncList<T0>.Insert

public void Insert(int index, T item);

Parameters

index Where to insert the item.
item Item to insert.

Description

Same as List::Insert() but also inserts into list on clients.