出现错误 :错误 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());
以上是关于出现错误 :错误 1 “Rectangular”是“命名空间”,但此处被当做“类型”来使用的主要内容,如果未能解决你的问题,请参考以下文章
AtCoder ABC 131F Must Be Rectangular!
Calling Matlab function from python: “initializer must be a rectangular nested sequence”