insert


Description:

public bool insert (string name)

Inserts a flag named name into the this, if it is not included already (comparing case sensitively), or does nothing otherwise.

Parameters:

this

a NamedFlags

name

name of the flag

Returns:

true the flag named name was inserted; false otherwise.