RegexCollection.IndexOf Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
IndexOf(Object) | Determines the index of a specific item in the IList. (Inherited from IList.) | |
IndexOf(Regex) | Searches for the specified regular expression and returns the zero-based index of the first occurrence within the entire RegexCollection. |
Top