<PackageReference Include="Microsoft.CSharp" Version="4.7.0-preview2.19523.17" />
ArgInfos
using System.
Collections.
Generic;
namespace Microsoft.
CSharp.
RuntimeBinder.
Semantics
{
internal sealed class ArgInfos
{
public int carg;
public TypeArray types;
public List<
Expr>
prgexpr;
}
}