RemoveRange

RemoveRange(IEnumerable<string>)

يزيل مجموعة الكلمات المحددة من هذا المثيل لـStopWordDictionary .

public void RemoveRange(IEnumerable<string> words)
معامل يكتب وصف
words IEnumerable`1 مجموعة الكلمات المراد إزالتها.

أنظر أيضا


RemoveRange(string[])

يزيل مجموعة الكلمات المحددة من هذا المثيل لـStopWordDictionary .

public void RemoveRange(string[] words)
معامل يكتب وصف
words String[] مجموعة الكلمات المراد إزالتها.

أنظر أيضا