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

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;
}
主站蜘蛛池模板: 洮南市| 伊宁县| 江阴市| 新泰市| 神池县| 治县。| 柞水县| 社旗县| 富民县| 西华县| 衢州市| 蒙阴县| 阜阳市| 甘洛县| 苏州市| 慈利县| 花莲县| 天长市| 云南省| 陇川县| 上虞市| 伊川县| 正安县| 阳东县| 彭阳县| 健康| 句容市| 巴彦县| 惠安县| 昆山市| 石林| 白银市| 嘉兴市| 霍林郭勒市| 成都市| 德钦县| 岳普湖县| 重庆市| 定南县| 安阳县| 陈巴尔虎旗|