ParameterBindingRulesCollection.Add 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 | |
---|---|---|
Add(T) | (Inherited from Collection<Func<HttpParameterDescriptor, HttpParameterBinding>>.) | |
Add(Type, Func<HttpParameterDescriptor, HttpParameterBinding>) | Adds function to the end of the collection. The function added is a wrapper around funcInner that checks that parameterType matches typeMatch. |
Top