コード例 #1
0
 public ReadOnlyEntryRule(EntryRule source)
 {
     Id      = source.Id;
     _source = source;
 }
コード例 #2
0
 public static ReadOnlyEntryRule ToReadOnly(this EntryRule self)
 {
     return(new ReadOnlyEntryRule(self));
 }