![]() |
1
45
程序的入口点用
|
![]() |
2
19
这个
它实际上被标记为在exe本身中执行的入口点,因此默认情况下没有外部调用程序。
如果你
想要
,您可以通过标记打开它来调用
|
![]() |
3
0
Public or Private keyword doesn't make a difference in this case,it completely depends on usage and scope of the application. Use below mentioned keywords in different scenarios.. 1)public如果我们想通过任何外部程序启动入口点,那么您可能需要将其公开以便访问。 2)Private-If we know there is no external usage for the application then it is better to make it private so no external application access it. |
![]() |
4
-1
对。你可以标记
|
|
Robert King · Unity C#语法问题-转换位置 1 年前 |
![]() |
JBryanB · 如何从基本抽象类访问类属性 1 年前 |
|
law · 检查答案按钮的输入字符串格式不正确 2 年前 |
![]() |
i_sniff_ket · 在unity之外使用unity类 2 年前 |