[ROOT] / doc / toc / ARCQuery / Class / UtilQuery / IndexOfAnyOutsideOf / __TOCDet
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-05-23 01:21:47.444 UTC