System::Collections::Specialized::StringCollection::Remove method

StringCollection::Remove method

Removes first occurrence of specified string.

void System::Collections::Specialized::StringCollection::Remove(const System::String &value)
ParameterTypeDescription
valueconst System::String&String to remove.

See Also