Visual Studio 2008 Part 12at TECH
Visual Studio 2008 Part 12 - 暇つぶし2ch331:デフォルトの名無しさん
08/10/04 14:20:35
>>330
-----
Application startup occurs when the execution environment calls a designated method, which is referred to as the application's entry point. This entry point method is always named Main, and can have one of the following signatures:
static void Main() {...}
static void Main(string[] args) {...}
static int Main() {...}
static int Main(string[] args) {...}
-----
C# Language Specification Version 3.0 より

>>328
カーソルを波線部に移動して、クイックヒント(Ctrl+K, Ctrl+I)を出せば「int TEST.MyProperty」が出るよ


次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch