<PackageReference Include="Microsoft.CSharp" Version="4.6.0-preview7.19362.9" />

Microsoft.CSharp.RuntimeBinder.Semantics.ExprMemberGroup

sealed class ExprMemberGroup : ExprWithType
namespace Microsoft.CSharp.RuntimeBinder.Semantics { internal sealed class ExprMemberGroup : ExprWithType { public Name Name { get; } public TypeArray TypeArgs { get; } public SYMKIND SymKind { get; } public Expr OptionalObject { get; set; } public CMemberLookupResults MemberLookupResults { get; } public CType ParentType { get; } public bool IsDelegate { get; } public ExprMemberGroup(EXPRFLAG flags, Name name, TypeArray typeArgs, SYMKIND symKind, CType parentType, Expr optionalObject, CMemberLookupResults memberLookupResults); } }