xmlsymbols.cs

来自「Perst开源实时数据库」· CS 代码 · 共 19 行

CS
19
字号
using System;

namespace Rdf
{
	/// <summary>
	/// Symbols used in XML interface
	/// </summary>
	public class XmlSymbols:Symbols
	{
        public const string After=NS+"after";
        public const string Before=NS+"before";
        public const string All=NS+"all";
        public const string Depth=NS+"depth";
        public const string Store=NS+"store";
        public const string Find=NS+"find";
        public const string Result=NS+"result";
    }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?