IntRange程序集参考........

编程入门 行业动态 更新时间:2024-10-28 11:22:08
本文介绍了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程序集参考........

本文发布于:2023-11-08 08:12:59,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1568837.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:程序   IntRange

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!