<PackageReference Include="Microsoft.CSharp" Version="4.6.0-rc1.19456.4" />

Microsoft.CSharp.RuntimeBinder.CSharpInvokeConstructorBinder

namespace Microsoft.CSharp.RuntimeBinder { internal sealed class CSharpInvokeConstructorBinder : DynamicMetaObjectBinder, ICSharpInvokeOrInvokeMemberBinder { public CSharpCallFlags Flags { get; } public Type CallingContext { get; } public IList<CSharpArgumentInfo> ArgumentInfo { get; } public bool StaticCall { get; } public IList<Type> TypeArguments { get; } public string Name { get; } public CSharpInvokeConstructorBinder(CSharpCallFlags flags, Type callingContext, IEnumerable<CSharpArgumentInfo> argumentInfo); } }