コード例 #1
0
 public Option <NodeFolderPath> CreateIfMissing()
 => from creation in AbsolutePath.CreateIfMissing()
 select new NodeFolderPath(Node, creation);