remove


Description:

public bool remove (string name)

Removes a flag named name from the this.

Parameters:

this

a NamedFlags

name

name of the flag

Returns:

true when the this contained a flag named name, comparing case sensitively, and it was removed; false otherwise.