delegates.cs
来自「英语句子自然语言处理统计分析例子 Statistical parsing of」· CS 代码 · 共 19 行
CS
19 行
using System;
namespace Netron.Lithium
{
/// <summary>
/// the info coming with the show-props event
/// </summary>
public delegate void ShowProps(object ent);
/// <summary>
/// to pass shape data to the outside world
/// </summary>
public delegate void ShapeData(ShapeBase shape);
/// <summary>
/// General purpose delegate to pass info to the outside world
/// </summary>
public delegate void Messager(string message);
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?