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

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;
}
主站蜘蛛池模板: 灯塔市| 丰台区| 饶平县| 旺苍县| 柳河县| 中山市| 循化| 略阳县| 全州县| 娱乐| 嘉荫县| 南溪县| 外汇| 平遥县| 海原县| 繁峙县| 上饶县| 随州市| 会泽县| 定结县| 商洛市| 崇信县| 星座| 宝坻区| 凤山市| 永寿县| 乌兰察布市| 天柱县| 洱源县| 溧水县| 名山县| 津市市| 香格里拉县| 云南省| 梅州市| 冀州市| 荣昌县| 施甸县| 那曲县| 明光市| 韩城市|