Method RemoveFlagAtIndex
RemoveFlagAtIndex(int)
Removes a flag at a given index which causes the following flags' index to decrease by one.
Declaration
public void RemoveFlagAtIndex(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | The index of the flag to be removed. |