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

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;
}
主站蜘蛛池模板: 汉川市| 锡林浩特市| 商都县| 当涂县| 弥渡县| 灌云县| 青铜峡市| 灌云县| 承德县| 定兴县| 邯郸市| 鸡东县| 岱山县| 枞阳县| 太原市| 普兰店市| 靖宇县| 西贡区| 景东| 康乐县| 洛南县| 宁南县| 深圳市| 六安市| 宿迁市| 呈贡县| 江西省| 桂平市| 磐石市| 金昌市| 喀喇沁旗| 湖南省| 镇赉县| 应城市| 中卫市| 望都县| 平潭县| 大姚县| 乌鲁木齐县| 长葛市| 巨野县|