count.idl

来自「this an example showing how the threadin」· IDL 代码 · 共 9 行

IDL
9
字号
module Counter{	interface Count	{		attribute long sum;		long increment();	};};

⌨️ 快捷键说明

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