コード例 #1
0
 static public void RenderText_StatementEX(this ILStatement item, ILTextCanvas canvas)
 {
     item.IfNotNull(i => i.RenderText_Statement(canvas), () => canvas.AppendToLine("?????;"));
 }