System::Collections::Specialized::StringCollection::Remove 方法

StringCollection::Remove method

移除指定字符串的第一次出现。

void System::Collections::Specialized::StringCollection::Remove(const System::String &value)
参数类型描述
valueconst System::String&String 要删除。

另见