예제 #1
0
 /// <summary>
 /// Visits a CurrentRowFrame builder.
 /// </summary>
 /// <param name="item">The item to visit.</param>
 protected internal virtual void VisitCurrentRowFrame(CurrentRowFrame item)
 {
 }
예제 #2
0
 /// <summary>
 /// Generates the text for a CurrentRowFrame builder.
 /// </summary>
 /// <param name="item">The CurrentRowFrame builder to generate the text for.</param>
 protected internal override void VisitCurrentRowFrame(CurrentRowFrame item)
 {
     writer.Write("CURRENT ROW");
 }
예제 #3
0
 /// <summary>
 /// Visits a CurrentRowFrame builder.
 /// </summary>
 /// <param name="item">The item to visit.</param>
 protected internal virtual void VisitCurrentRowFrame(CurrentRowFrame item)
 {
 }