|
|
|
@ -3011,654 +3011,6 @@
|
|
|
|
|
Implements the fluent API.
|
|
|
|
|
</summary>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="T:System.Action`5">
|
|
|
|
|
<summary>
|
|
|
|
|
Encapsulates a method that has five parameters and does not return a value.
|
|
|
|
|
</summary>
|
|
|
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="T:System.Func`6">
|
|
|
|
|
<summary>
|
|
|
|
|
Encapsulates a method that has five parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.
|
|
|
|
|
</summary>
|
|
|
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<return>The return value of the method that this delegate encapsulates.</return>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="T:System.Action`6">
|
|
|
|
|
<summary>
|
|
|
|
|
Encapsulates a method that has six parameters and does not return a value.
|
|
|
|
|
</summary>
|
|
|
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="T:System.Func`7">
|
|
|
|
|
<summary>
|
|
|
|
|
Encapsulates a method that has six parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.
|
|
|
|
|
</summary>
|
|
|
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<return>The return value of the method that this delegate encapsulates.</return>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="T:System.Action`7">
|
|
|
|
|
<summary>
|
|
|
|
|
Encapsulates a method that has seven parameters and does not return a value.
|
|
|
|
|
</summary>
|
|
|
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="T:System.Func`8">
|
|
|
|
|
<summary>
|
|
|
|
|
Encapsulates a method that has seven parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.
|
|
|
|
|
</summary>
|
|
|
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<return>The return value of the method that this delegate encapsulates.</return>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="T:System.Action`8">
|
|
|
|
|
<summary>
|
|
|
|
|
Encapsulates a method that has eight parameters and does not return a value.
|
|
|
|
|
</summary>
|
|
|
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="T:System.Func`9">
|
|
|
|
|
<summary>
|
|
|
|
|
Encapsulates a method that has eight parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.
|
|
|
|
|
</summary>
|
|
|
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<return>The return value of the method that this delegate encapsulates.</return>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="T:System.Action`9">
|
|
|
|
|
<summary>
|
|
|
|
|
Encapsulates a method that has nine parameters and does not return a value.
|
|
|
|
|
</summary>
|
|
|
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T9">The type of the nineth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg9">The nineth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="T:System.Func`10">
|
|
|
|
|
<summary>
|
|
|
|
|
Encapsulates a method that has nine parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.
|
|
|
|
|
</summary>
|
|
|
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T9">The type of the nineth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg9">The nineth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<return>The return value of the method that this delegate encapsulates.</return>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="T:System.Action`10">
|
|
|
|
|
<summary>
|
|
|
|
|
Encapsulates a method that has ten parameters and does not return a value.
|
|
|
|
|
</summary>
|
|
|
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T9">The type of the nineth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg9">The nineth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="T:System.Func`11">
|
|
|
|
|
<summary>
|
|
|
|
|
Encapsulates a method that has ten parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.
|
|
|
|
|
</summary>
|
|
|
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T9">The type of the nineth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg9">The nineth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<return>The return value of the method that this delegate encapsulates.</return>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="T:System.Action`11">
|
|
|
|
|
<summary>
|
|
|
|
|
Encapsulates a method that has eleven parameters and does not return a value.
|
|
|
|
|
</summary>
|
|
|
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T9">The type of the nineth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T11">The type of the eleventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg9">The nineth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg11">The eleventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="T:System.Func`12">
|
|
|
|
|
<summary>
|
|
|
|
|
Encapsulates a method that has eleven parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.
|
|
|
|
|
</summary>
|
|
|
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T9">The type of the nineth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T11">The type of the eleventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg9">The nineth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg11">The eleventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<return>The return value of the method that this delegate encapsulates.</return>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="T:System.Action`12">
|
|
|
|
|
<summary>
|
|
|
|
|
Encapsulates a method that has twelve parameters and does not return a value.
|
|
|
|
|
</summary>
|
|
|
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T9">The type of the nineth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T11">The type of the eleventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T12">The type of the twelfth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg9">The nineth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg11">The eleventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg12">The twelfth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="T:System.Func`13">
|
|
|
|
|
<summary>
|
|
|
|
|
Encapsulates a method that has twelve parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.
|
|
|
|
|
</summary>
|
|
|
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T9">The type of the nineth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T11">The type of the eleventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T12">The type of the twelfth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg9">The nineth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg11">The eleventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg12">The twelfth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<return>The return value of the method that this delegate encapsulates.</return>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="T:System.Action`13">
|
|
|
|
|
<summary>
|
|
|
|
|
Encapsulates a method that has thirteen parameters and does not return a value.
|
|
|
|
|
</summary>
|
|
|
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T9">The type of the nineth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T11">The type of the eleventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T12">The type of the twelfth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T13">The type of the thirteenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg9">The nineth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg11">The eleventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg12">The twelfth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg13">The thirteenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="T:System.Func`14">
|
|
|
|
|
<summary>
|
|
|
|
|
Encapsulates a method that has thirteen parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.
|
|
|
|
|
</summary>
|
|
|
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T9">The type of the nineth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T11">The type of the eleventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T12">The type of the twelfth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T13">The type of the thirteenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg9">The nineth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg11">The eleventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg12">The twelfth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg13">The thirteenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<return>The return value of the method that this delegate encapsulates.</return>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="T:System.Action`14">
|
|
|
|
|
<summary>
|
|
|
|
|
Encapsulates a method that has fourteen parameters and does not return a value.
|
|
|
|
|
</summary>
|
|
|
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T9">The type of the nineth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T11">The type of the eleventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T12">The type of the twelfth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T13">The type of the thirteenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T14">The type of the fourteenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg9">The nineth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg11">The eleventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg12">The twelfth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg13">The thirteenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg14">The fourteenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="T:System.Func`15">
|
|
|
|
|
<summary>
|
|
|
|
|
Encapsulates a method that has fourteen parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.
|
|
|
|
|
</summary>
|
|
|
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T9">The type of the nineth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T11">The type of the eleventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T12">The type of the twelfth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T13">The type of the thirteenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T14">The type of the fourteenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg9">The nineth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg11">The eleventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg12">The twelfth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg13">The thirteenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg14">The fourteenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<return>The return value of the method that this delegate encapsulates.</return>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="T:System.Action`15">
|
|
|
|
|
<summary>
|
|
|
|
|
Encapsulates a method that has fifteen parameters and does not return a value.
|
|
|
|
|
</summary>
|
|
|
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T9">The type of the nineth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T11">The type of the eleventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T12">The type of the twelfth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T13">The type of the thirteenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T14">The type of the fourteenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T15">The type of the fifteenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg9">The nineth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg11">The eleventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg12">The twelfth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg13">The thirteenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg14">The fourteenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg15">The fifteenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="T:System.Func`16">
|
|
|
|
|
<summary>
|
|
|
|
|
Encapsulates a method that has fifteen parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.
|
|
|
|
|
</summary>
|
|
|
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T9">The type of the nineth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T11">The type of the eleventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T12">The type of the twelfth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T13">The type of the thirteenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T14">The type of the fourteenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T15">The type of the fifteenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg9">The nineth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg11">The eleventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg12">The twelfth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg13">The thirteenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg14">The fourteenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg15">The fifteenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<return>The return value of the method that this delegate encapsulates.</return>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="T:System.Action`16">
|
|
|
|
|
<summary>
|
|
|
|
|
Encapsulates a method that has sixteen parameters and does not return a value.
|
|
|
|
|
</summary>
|
|
|
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T9">The type of the nineth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T11">The type of the eleventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T12">The type of the twelfth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T13">The type of the thirteenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T14">The type of the fourteenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T15">The type of the fifteenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T16">The type of the sixteenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg9">The nineth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg11">The eleventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg12">The twelfth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg13">The thirteenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg14">The fourteenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg15">The fifteenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg16">The sixteenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="T:System.Func`17">
|
|
|
|
|
<summary>
|
|
|
|
|
Encapsulates a method that has sixteen parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.
|
|
|
|
|
</summary>
|
|
|
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T9">The type of the nineth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T11">The type of the eleventh parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T12">The type of the twelfth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T13">The type of the thirteenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T14">The type of the fourteenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T15">The type of the fifteenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="T16">The type of the sixteenth parameter of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
|
|
|
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg9">The nineth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg11">The eleventh parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg12">The twelfth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg13">The thirteenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg14">The fourteenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg15">The fifteenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<param name="arg16">The sixteenth parameter of the method that this delegate encapsulates.</param>
|
|
|
|
|
<return>The return value of the method that this delegate encapsulates.</return>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="T:Moq.MockSequence">
|
|
|
|
|
<summary>
|
|
|
|
|
Helper class to setup a full trace between many mocks
|
|
|
|
|