<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />

ErrArgKind

enum ErrArgKind
namespace Microsoft.CSharp.RuntimeBinder.Errors { internal enum ErrArgKind { Int, SymKind, Sym, Type, Name, Str, SymWithType, MethWithInst } }