Microsoft.CSharp.RuntimeBinder.CSharpConvertBinder
namespace Microsoft.CSharp.RuntimeBinder
{
internal sealed class CSharpConvertBinder : ConvertBinder
{
public CSharpConvertBinder(Type type, CSharpConversionKind conversionKind, bool isChecked, Type callingContext);
}
}