IntRange程序集参考........ [英] IntRange assembly reference ........

查看:118
本文介绍了IntRange程序集参考........的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我写这行

IntRange l = new IntRange(Byte.Parse(1), Byte.Parse(5));


我得到这个错误

错误1找不到类型或名称空间名称"IntRange"(您是否缺少using指令或程序集引用?)

如此,
所需的程序集引用是什么?

解决方案

据我所知,使用Google可以很容易地自己完成操作,IntRange是一个Java对象,在其中没有等效项. .NET.

如果您是从第三方大会获得的,那么您应该获得参考.


我从没听说过IntRange,至少从没有与C#相关.

也许System.Collections.Generic.List<int>是您要寻找的.

I write this line

IntRange l = new IntRange(Byte.Parse(1), Byte.Parse(5));


and i get this error

Error   1   The type or namespace name "IntRange" could not be found (are you missing a using directive or an assembly reference?)

so ,
what is the needed assembly reference

解决方案

As far I can see, using Google, which you could have done very easily yourself, IntRange is a Java object with no equivalent in .NET.

If you have obtained this from a 3rd party assembly then you should have the reference.


I never heard of IntRange, at least never related to C#.

Maybe System.Collections.Generic.List<int> is what you are looking for.


这篇关于IntRange程序集参考........的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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