Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

SyncList<T0>.Remove

Switch to Manual
public function Remove(item: T): bool;

Parameters

item Item to remove.

Returns

bool Success if removed.

Description

Same as List:Remove except removes on clients also.