[ROOT] / doc / toc / ARCQuery / Class / UtilQuery / IndexOfOutsideOf / __TOCDet
| Key | Value | 
|---|---|
| Assembly | ARCQuery | 
| DocFragType | ClassMember | 
| IsInherited | -False- | 
| IsInheritedDoc | -False- | 
| Lines | -3- | 
| Name | IndexOfOutsideOf | 
| Namespace | ARCQuery | 
| Type | UtilQuery | 
ClassMemberAttribute
| Key | Value | 
|---|---|
| DeclaringType | UtilQuery | 
| MethodName | IndexOfOutsideOf | 
| MethodSignature | Int32 IndexOfOutsideOf(System.String, System.String, Char, Int32) | 
Equivalent to string.IndexOf except that any character encountered inside pairs of the 'outsideOf'-char are not counted.
Example: For parameters ("'+'+'AB'", "+", '\'') 3 is returned, not 1
Generated 2025-11-04 13:24:14.355 UTC