Remove()

StringCollection::Remove(const System::String&) method

Removes first occurrence of specified string.

void System::Collections::Specialized::StringCollection::Remove(const System::String &value)

Arguments

ParameterTypeDescription
valueconst System::String&String to remove.

See Also