RegexCollection.Insert 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 | |
---|---|---|
Insert(Int32, Object) | Inserts an item to the IList at the specified index. (Inherited from IList.) | |
Insert(Int32, Regex) | Inserts an element into the RegexCollection at the specified index. |
Top