Exemple #1
0
 public ReadOnlyEntryRuleSet(IEntryRuleSet source) : base(source, x => x.ToReadOnly())
 {
 }
Exemple #2
0
 public static ReadOnlyEntryRuleSet ToReadOnly(this IEntryRuleSet self)
 {
     return(new ReadOnlyEntryRuleSet(self));
 }