Microsoft.CSharp.RuntimeBinder.RuntimeBinder
class RuntimeBinder
namespace Microsoft.CSharp.RuntimeBinder
{
internal class RuntimeBinder
{
public static RuntimeBinder GetInstance();
public RuntimeBinder();
public Expression Bind(DynamicMetaObjectBinder payload, IEnumerable<Expression> parameters, DynamicMetaObject[] args, out DynamicMetaObject deferredBinding);
}
}