Exemplo n.º 1
0
 public override void VisitInlineConditionInstruction(InlineConditionInstruction inline)
 {
     this.collector.Process(inline, string.Empty);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Visits the inline condition instruction.
 /// </summary>
 /// <param name="inline">The inline.</param>
 /// <exception cref="NotImplementedException"></exception>
 public virtual void VisitInlineConditionInstruction(InlineConditionInstruction inline)
 {
     throw new NotImplementedException();
 }