// TODO: Consider: Will this method still be necessary // once constructor logic is pushed into the reflectors? public virtual bool IsAbstract() { if (_delegate != null) { return(_delegate.IsAbstract()); } return(false); }