Func<T1, T2, T3, T4, TResult>
Func(Object, IntPtr)
BeginInvoke(T1, T2, T3, T4, AsyncCallback, Object)
EndInvoke(IAsyncResult)
Invoke(T1, T2, T3, T4)
net20-client
namespace Newtonsoft.Json.Serialization
{
public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4);
{
public virtual TResult Invoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET Framework | 2.0 |
Information specific to net20-client | |
| Assemblies | Newtonsoft.Json , Version=13.0.0.0, PublicKeyToken=30ad4fe6b2a6aeed Newtonsoft.Json , Version=13.0.0.0, PublicKeyToken=30ad4fe6b2a6aeed |
| Referencing | Your project needs a package reference to |
| Package | Newtonsoft.Json (13.0.5-beta1) net20 |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API