Click or drag to resize

Utils_LinqRemoveRange Method (ListString, ListString, Boolean)

Removes all occurences of multiple strings from the List.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static void RemoveRange(
	this List<string> objs,
	List<string> objToRemove,
	bool ignoreCase
)

Parameters

objs
Type: System.Collections.GenericListString
objToRemove
Type: System.Collections.GenericListString
ignoreCase
Type: SystemBoolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ListString. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also