Class CANew
- Namespace
- SunamoCollections
- Assembly
- SunamoCollections.dll
Facade for newer collection utility methods.
public class CANew
- Inheritance
-
CANew
- Inherited Members
- Extension Methods
Methods
ContainsAnyFromArray(string, string[])
Checks if the text contains any element from the array.
public static bool ContainsAnyFromArray(string text, string[] array)
Parameters
Returns
- bool
True if the text contains any of the array elements.