コード例 #1
0
ファイル: NodeExtensions.cs プロジェクト: ananace/FList-sharp
 public static Block ToBlock(this RightNode node, Channel _chan = null)
 {
     return(new Paragraph(node.ToInline())
     {
         TextAlignment = TextAlignment.Right
     });
 }