ExprMemberGroup sealed class ExprMemberGroup : ExprWithType, IExprWithObject Documentation Code public bool IsDelegate { get; } public CMemberLookupResults MemberLookupResults { get; set; } public Name Name { get; set; } public Expr OptionalLHS { get; set; } public Expr OptionalObject { get; set; } public CType ParentType { get; set; } public SYMKIND SymKind { get; set; } public TypeArray TypeArgs { get; set; } public ExprMemberGroup(CType type) public void SetInaccessibleBit()