官术网_书友最值得收藏!

More expression bodies

Expression bodies are expanded from the offering in C# 6, and you can now use them in more places, for example, as object constructors and property setters. Here, we extend our previous example to include the setting up of the value on the property we were previously just reading:

private static string text;
public static string Text
{
get => text ?? $"Today: {DateTime.Now:r}";
set => text = value;
}
主站蜘蛛池模板: 长阳| 建宁县| 榆树市| 中西区| 汉中市| 万源市| 上思县| 万源市| 嘉鱼县| 泸州市| 永安市| 新平| 凌云县| 尚义县| 宁夏| 安国市| 镇原县| 五华县| 兰溪市| 武安市| 阳新县| 门源| 高淳县| 鲜城| 富源县| 苏尼特左旗| 东光县| 仪征市| 乌审旗| 洪江市| 大姚县| 汾西县| 明溪县| 茶陵县| 高州市| 精河县| 江川县| 陆河县| 宁阳县| 华亭县| 鄂温|