我希望能夠創建「鬼」包和子目錄。我有這樣的條目的配置(INI)文件: [features]
sys.ext.latex = off
gui.super.duper.elastic = off
user.login.rsa = on
此文件進行解析,後來開發商可以問這樣的問題: if (MyApp::Feature->enabled ('user.login.rsa') { ... }
我想問的是C#模擬C++「noexcept」屬性的方法,它不會產生任何異常。類似的東西: public int SomeMethod() noexcept
{
throw new ArgumentNullException(); //Compile error: Method with 'noexcept'
attribute can't generate exception