 | ConfigHelperGetConfigFileTConfig 方法 |
Sweet 开发框架
获取配置文件路径
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static Tuple<string, string> GetConfigFile<TConfig>()
Public Shared Function GetConfigFile(Of TConfig) As Tuple(Of String, String)
static member GetConfigFile : unit -> Tuple<string, string>
类型参数
- TConfig
- 类型
返回值
类型:
TupleString,
String文件名
参见