📄 getcollections.format
字号:
/// <summary>
/// Exposes the collection of child {0}s.
/// </summary>
{2} {0}Collection {1}s
{
get
{
if (_{1}s == null) refresh{1}s();
return _{1}s;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -