没有合适的资源?快使用搜索试试~ 我知道了~
IniFile:允许使用C#中的ini文件的DLL
共9个文件
cs:4个
csproj:2个
sln:1个
需积分: 10 1 下载量 179 浏览量
2021-05-07
03:22:53
上传
评论
收藏 10KB ZIP 举报
温馨提示
档案 允许使用C#中的ini文件的DLL。 用法 下载; 添加对Ini.dll引用(或者您可以从源代码中获取并将其直接添加到您的项目中,然后就不需要dll了); 例子 using Ini ; ... private readonly IniFile _settings ; ... public YouConstructor () { // load settings this . _settings = new IniFile ( "Path_To_Your_Ini.ini" ); } ... // somewhere in your app // read (default value can be of the following type: string, int, bool, double) int myDefaultInt = 4 ; int myVar = this
资源推荐
资源详情
资源评论
收起资源包目录
IniFile-master.zip (9个子文件)
IniFile-master
IniFile
Ini.csproj 4KB
Properties
AssemblyInfo.cs 2KB
IniFile.cs 3KB
Tests
IniTests.cs 3KB
Tests.csproj 5KB
Properties
AssemblyInfo.cs 2KB
README.md 1KB
Ini.sln 3KB
.gitignore 2KB
共 9 条
- 1
资源评论
PeterLee龍羿學長
- 粉丝: 37
- 资源: 4633
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功