RuntimeSet<T>.Remove

Method in RuntimeSet<T>

Declaration

public void Remove(T item)

Description

Removes an item from the set if it is contained in the set.

Parameters

itemThe item to remove from the set.