错误1程序“c:...Project6\Project6\obj\x86\Debug\Project6.exe”不包含适合于入口点的静态“Main”方法 10

usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;namespa... using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ClassLibrary
{
public class IndexerClass
{
public IndexerClass()
{
}

public int String(string key, string x)
{
string[] ch;
string[] chKey;
while (key != NULL)
{
i = 0;
chKey[i] = key;
ch[i] = x;
i++;
}
return i - 1;
}
public int String(char key, string x)
{
string[] ch;
char[] chKey;
while (key != NULL)
{
i = 0;
chKey[i] = key;
ch[i] = x;
i++;
}
return i - 1;
}
public int String(int key, string x)
{
string[] ch;
int[] chKey;
while (key != NULL)
{
i = 0;
chKey[i] = key;
ch[i] = x;
i++;
}
return i - 1;
}

public void search(string key)
{
int num;
String();
num = String();
for (int j = 0; j < num; j++)
{
if (chKey[j].Equal(key))
{
break;
}
}
System.Console.WriteLine(ch[j]);
}
public void search(char key)
{
int num;
String();
num = String();
for (int j = 0; j < num; j++)
{
if (chKey[j].Equal(key))
{
break;
}
}
System.Console.WriteLine(ch[j]);
}
public void search(int key)
{
int num;
String();
num = String();
for (int j = 0; j < num; j++)
{
if (chKey[j].Equal(key))
{
break;
}
}
System.Console.WriteLine(ch[j]);
}

public static void Main(string[] args)
// public static void Main()
{

int[] key = new int[2];
for (int i = 0; i < key.Length; i++)
{
key[i] = i + 1;
}
string[] string1 = new string[2];
//for (int i = 0; i < string1.Length; i++)
// {
stirng1[0] = "我是军";
string1[1] = "我是为";
// }
String(key, string1);
search(1);
// System.Console.WriteLine(stringCollection[0]);
}
}
}
我这里明明有了main()方法,为什么还提示我没有呢????
展开
 我来答
epldlnwynn
2010-06-12 · TA获得超过149个赞
知道小有建树答主
回答量:192
采纳率:0%
帮助的人:153万
展开全部
你把Main函数的参数去掉试试,不是说没有,而是说你的Main函数不适合。
婉丽还勤恳的银杏2491
2010-06-12
知道答主
回答量:19
采纳率:0%
帮助的人:11.2万
展开全部
1
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式