Example #1
0
 public static IEnumerable <LineInfo> VerifiedInfo(this M me)
 => LineInfo.ManyFrom(me.InfoOf(M.Types.VerifiedInfo));
Example #2
0
 public static IEnumerable <LineInfo> DeclaredInfo(this M me)
 => LineInfo.ManyFrom(me.InfoOf(M.Types.DeclaredInfo));