/// <summary> /// Copy initializes a new instance of the <see cref="InterfaceASTWalker"/> class. /// </summary> /// <param name="other"></param> /// <remarks> /// For testability. /// </remarks> public InterfaceASTWalker(InterfaceASTWalker other) : base(other) { this.interfaceDeclaration = other.interfaceDeclaration; }