/// <summary> /// Generates the text for a FollowingBoundFrame builder. /// </summary> /// <param name="item">The FollowingBoundFrame builder to generate the text for.</param> protected internal override void VisitFollowingBoundFrame(FollowingBoundFrame item) { visitBoundFrame(item); writer.Write(" FOLLOWING"); }
/// <summary> /// Visits a FollowingBoundFrame builder. /// </summary> /// <param name="item">The item to visit.</param> protected internal virtual void VisitFollowingBoundFrame(FollowingBoundFrame item) { }