String..::..LastIndexOfAny Method (array<Char>[]()[][])
Reports the zero-based index position of the last occurrence in this instance of one or more characters specified in a Unicode array.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public int LastIndexOfAny( params char[] ch )
<TemplateAttribute> _ Public Function LastIndexOfAny ( _ ParamArray ch As Char() _ ) As Integer
[TemplateAttribute] public: int^ LastIndexOfAny( ... array<wchar_t^>^ ch )
Parameters
- ch
- Type: array<System..::..Char>[]()[][]