コード例 #1
0
        public void TestPathLiteral()
        {
            PathLiteral node = new PathLiteral(GetAbsolutePath(), DefaultLineInfo);

            CheckSerializationRoundTrip(node);
        }
コード例 #2
0
 /// <nodoc />
 public virtual void Visit(PathLiteral pathLiteral)
 {
 }