コード例 #1
0
 public static string GetIntroductionTitle(IIntroduction that) => that.Value <string>("introductionTitle");
コード例 #2
0
 public static IIntroduction GetInstanceIntroduction()
 {
     return(_introduction ?? (_introduction = new IntroductionImpl()));
 }