Example #1
0
 /// <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>
 /// 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");
 }
Example #3
0
 /// <summary>
 /// Visits a FollowingBoundFrame builder.
 /// </summary>
 /// <param name="item">The item to visit.</param>
 protected internal virtual void VisitFollowingBoundFrame(FollowingBoundFrame item)
 {
 }