ContentsIndexHome
PreviousUpNext
ISetData.remove Method (int)

Deletes the specified label from this set and all of its subsets. Only applies to subsets of Integers.

C#
void remove(int label);
Parameters 
Description 
int label 
The integer label to be removed from this set.