Microsoft.CSharp.RuntimeBinder.RuntimeBinder
struct RuntimeBinder
namespace Microsoft.CSharp.RuntimeBinder
{
internal readonly struct RuntimeBinder
{
public RuntimeBinder(Type contextType, bool isChecked = false);
public Expression Bind(ICSharpBinder payload, Expression[] parameters, DynamicMetaObject[] args, out DynamicMetaObject deferredBinding);
}
}