コード例 #1
0
 public static IPublishedContent GetSelectedAuthor(IAuthorBase that) => that.Value <IPublishedContent>("selectedAuthor");
コード例 #2
0
 public static string GetAuthor(IAuthorBase that) => that.Value <string>("author");