📄 xmlsymbols.cs
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -