ExpressionUtility
GetFieldInfo<T, TR>(Expression<Func<T, TR>>)
GetMethodInfo(Expression<Action>)
GetMethodInfo<T>(Expression<Action<T>>)
GetMethodInfo<T>(Expression<Func<T>>)
GetMethodInfo<T, TR>(Expression<Func<T, TR>>)
GetMethodInfo<T, TArg1, TR>(Expression<Func<T, TArg1, TR>>)
GetPropertyInfo<T, TR>(Expression<Func<T, TR>>)
netcoreapp2.2
namespace MessagePack.Internal
{
public static class ExpressionUtility
}
| .NET Core | 2.12.2 |
|---|---|
Information specific to netcoreapp2.2 | |
| Assembly | MessagePack , Version=1.7.3.7, PublicKeyToken=b4a0369545f0a1be |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API