📄 thief.idl
字号:
/*This example is to test the activation and de-activation of servant object*/module Thief{ interface Valuable { void sayValue(); }; interface Count { void print(); }; interface Money : Valuable { void getCount(out Count count); }; interface Jewelry : Valuable { }; interface Session { void applyKey(in string key, out Valuable theft); void setMode(in short mode); }; interface SessionFactory { void login(out Session session); }; };
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -