extern
常见例句
- Indexer modifiers like new, virtual, extern etc. are available as stereotype properties.
索引器修饰符,像 new、virtual、extern 等等用作原型属性。 - For example, abstract, virtual, extern, override, and other modifiers are available in the CSharp Event>> stereotype properties.
举例来说 example、abstract、virtual、extern、override,和其它修饰符在 CSharp Event>> 原型属性中可用。 - No matter where you declare a variable or function, the extern keyword allows other files to use it without knowing where it was defined.
不管在哪里声明一个变量或函数,extern 关键字都允许其他文件在不确定其定义位置的情况下使用该文件。 返回 extern