 | IniBase 构造函数 |
Sweet 开发框架
类的构造函数,文件名必须是完全路径,不能是相对路径
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法protected IniBase(
string fileName
)
Protected Sub New (
fileName As String
)
new :
fileName : string -> IniBase
参数
- fileName
- 类型:SystemString
文件名
参见