<PackageReference Include="Microsoft.CSharp" Version="4.6.0-preview8.19405.3" />

ErrArgKind

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