Hexapp Documentation
Hexapp Documentation
Hexapp API
Reference
MicaSystems.Utils
Utils_Linq Class
Utils_Linq Methods
RemoveRange Method
RemoveRange Method (List(String), List(String))
RemoveRange(T) Method (List(T), List(T))
RemoveRange(T) Method (List(T), Func(T, Boolean))
RemoveRange(T) Method (List(T), T[])
RemoveRange Method (List(String), List(String), Boolean)
Utils_Linq
RemoveRange Method (List
String
, List
String
, 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#
Copy
public
static
void
RemoveRange
(
this
List
<
string
>
objs
,
List
<
string
>
objToRemove
,
bool
ignoreCase
)
Parameters
objs
Type:
System.Collections.Generic
List
String
objToRemove
Type:
System.Collections.Generic
List
String
ignoreCase
Type:
System
Boolean
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
List
String
. 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
Reference
Utils_Linq Class
RemoveRange Overload
MicaSystems.Utils Namespace
www.hexapp.com
×
Close feedback form
Send us
comments or requests about documentation