Partager via


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
Public method Insert(Int32, T) (Inherited from Collection<Func<HttpParameterDescriptor, HttpParameterBinding>>.)
Public method 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

See Also

Reference

ParameterBindingRulesCollection Class

System.Web.Http.ModelBinding Namespace