Microsoft.CSharp.RuntimeBinder.CSharpInvokeConstructorBinder
sealed class CSharpInvokeConstructorBinder : DynamicMetaObjectBinder, ICSharpInvokeOrInvokeMemberBinder
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);
}
}