class Func<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,TResult>
Encapsulates a method that has 13 parameters and returns a value of the type specified by the parameter.
arg1The first parameter of the method that this delegate encapsulates.arg2The second parameter of the method that this delegate encapsulates.arg3The third parameter of the method that this delegate encapsulates.arg4The fourth parameter of the method that this delegate encapsulates.arg5The fifth parameter of the method that this delegate encapsulates.arg6The sixth parameter of the method that this delegate encapsulates.arg7The seventh parameter of the method that this delegate encapsulates.arg8The eighth parameter of the method that this delegate encapsulates.arg9The ninth parameter of the method that this delegate encapsulates.arg10The tenth parameter of the method that this delegate encapsulates.arg11The eleventh parameter of the method that this delegate encapsulates.arg12The twelfth parameter of the method that this delegate encapsulates.arg13The thirteenth parameter of the method that this delegate encapsulates.T1The type of the first parameter of the method that this delegate encapsulates.T2The type of the second parameter of the method that this delegate encapsulates.T3The type of the third parameter of the method that this delegate encapsulates.T4The type of the fourth parameter of the method that this delegate encapsulates.T5The type of the fifth parameter of the method that this delegate encapsulates.T6The type of the sixth parameter of the method that this delegate encapsulates.T7The type of the seventh parameter of the method that this delegate encapsulates.T8The type of the eighth parameter of the method that this delegate encapsulates.T9The type of the ninth parameter of the method that this delegate encapsulates.T10The type of the tenth parameter of the method that this delegate encapsulates.T11The type of the eleventh parameter of the method that this delegate encapsulates.T12The type of the twelfth parameter of the method that this delegate encapsulates.T13The type of the thirteenth parameter of the method that this delegate encapsulates.TResultThe type of the return value of the method that this delegate encapsulates.- Returns The return value of the method that this delegate encapsulates.
public TResult Invoke( T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13 )
😔 No documentation found.
public IAsyncResult BeginInvoke( T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13, AsyncCallback callback, object object )
😔 No documentation found.
public TResult EndInvoke( IAsyncResult result )
😔 No documentation found.
public void GetObjectData( SerializationInfo info, StreamingContext context )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public Delegate[] GetInvocationList( )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public object Target { get; }
😔 No documentation found.
public object Clone( )
😔 No documentation found.
public bool get_HasSingleTarget( )
😔 No documentation found.
public object DynamicInvoke( object[] args )
😔 No documentation found.
public MethodInfo Method { get; }
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public Func<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,TResult>( object object, IntPtr method )
😔 No documentation found.