ParameterBindingRulesCollection.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, T) | (Inherited from Collection<Func<HttpParameterDescriptor, HttpParameterBinding>>.) | |
Insert(Int32, Type, Func<HttpParameterDescriptor, HttpParameterBinding>) | Insert a function at the specified index in the collection. /// The function added is a wrapper around funcInner that checks that parameterType matches typeMatch. |
Top