Share via


LinkedElementCollection<T>.Remove(T) Method

Definition

Removes specified role player from collection.

public:
 virtual bool Remove(T item);
public bool Remove (T item);
abstract member Remove : 'T -> bool
override this.Remove : 'T -> bool
Public Function Remove (item As T) As Boolean

Parameters

item
T

Role player to remove.

Returns

True if role player was actually found and deleted and false if role player wasn't found in collection.

Implements

Applies to