[ROOT] / doc / DocFrag / ARCQuery.UtilQuery.IndexOfAnyOutsideOf
| Key | Value | 
|---|---|
| Assembly | ARCQuery | 
| DocFragType | ClassMember | 
| IsInherited | -False- | 
| IsInheritedDoc | -False- | 
| Lines | -3- | 
| Name | IndexOfAnyOutsideOf | 
| Namespace | ARCQuery | 
| Type | UtilQuery | 
ClassMemberAttribute
| Key | Value | 
|---|---|
| DeclaringType | UtilQuery | 
| MethodName | IndexOfAnyOutsideOf | 
| MethodSignature | Int32 IndexOfAnyOutsideOf(System.String, Char[], Char, Int32) | 
Equivalent to string.IndexOfAny except that any character encountered inside pairs of the 'outsideOf'-char are not counted.
Example: For parameters ("'+'+'AB'", new char[] { '+' }, '\'') 3 is returned, not 1
Generated 2025-10-31 12:49:04.328 UTC