出现错误 :错误 1 “Rectangular”是“命名空间”,但此处被当做“类型”来使用

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了出现错误 :错误 1 “Rectangular”是“命名空间”,但此处被当做“类型”来使用相关的知识,希望对你有一定的参考价值。

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

namespace TestRectangular

class program

static void Main(string[] args)


//声明了一个对象
Rectangular rec = new Rectangular(2.0, 3.0);
Console.WriteLine("Area is 0", rec.GetArea());




你的Rectangular代码呢?Rectangular应该是你的命名空间。而你调用的应该是该命名空间里面的类! 参考技术A enum后跟变量名,括号里是成员名

以上是关于出现错误 :错误 1 “Rectangular”是“命名空间”,但此处被当做“类型”来使用的主要内容,如果未能解决你的问题,请参考以下文章

AtCoder ABC 131F Must Be Rectangular!

Calling Matlab function from python: “initializer must be a rectangular nested sequence”

游戏运行出现错误怎么解决

ArcGIS中出现这个错误

出现错误 ORA-01578: ORACLE 数据块损坏 (文件号 1, 块号 61338)

vue3.0运行出现错误,要怎么解决?