在看ApplicationSetting所產生的code的時候發現一段code
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string filePath {
get {
return ((string)(this["filePath"]));
}
set {
this["filePath"] = value;
}
}
public string filePath{}前面的[]們,原來是Attribute。寫專案還沒時間看,先筆記一下
沒有留言:
張貼留言