public MethodDeclaration(CompilationUnit parent) { Parent = parent; }
public EventDeclaration(CompilationUnit parent) : base(parent) { }