在哪里保存我的信息 [英] Where save my information

查看:146
本文介绍了在哪里保存我的信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我用C#编写程序.
我在表单中添加了一个列表框,并且有一个arraylist.
我想知道何时将信息添加到列表框和数组列表中以将信息保存在哪里吗?

Hi,
I write a program in C#.
I added a listbox to my form and I have a arraylist.
I want to know when I add information to listbox and array list where the information save?

推荐答案

在内存中,就像其他所有内容一样.
不过,我建议您使用List< T>而不是ArrayList-它是安全的类型,您不需要每次使用元素时都强制转换它们.
In memory, just like everything else.
I would recommend though, that you use a List<T> rather than an ArrayList - it is type safe, and you don''t need to cast the elements every time you want to use them.


这篇关于在哪里保存我的信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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