예제 #1
0
 public EntryRulesStore(EntryRuleSet initialState)
 {
     State = initialState;
 }
예제 #2
0
 public static ReadOnlyEntryRuleSet ToReadOnly(this EntryRuleSet self)
 {
     return(new ReadOnlyEntryRuleSet(self));
 }