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

ErrArgKind

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