C#中的错误文档 [英] wrong document in c#

查看:57
本文介绍了C#中的错误文档的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好

在下面的图片中,您说返回1;

in the below pictures you say return 1;

main方法如何使用字符串参数或void main方法返回1,这是错误的?????

how main method can return 1 with string argument or void main method, is it wrong ?????

if (args.Length == 0)
        {
            System.Console.WriteLine("Please enter a numeric argument.");
            return 1;
        }

推荐答案

您最好在C#论坛中提出这个问题.

You cann better ask this in a C#-forum.

这个论坛是关于Small Basic语言的.

This forum is about the Small Basic language.


这篇关于C#中的错误文档的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆