Exemplo n.º 1
0
 public PropertySortedEventTable(PropertySortedEventTableFactory factory)
 {
     this.factory = factory;
 }
Exemplo n.º 2
0
 public PropertySortedEventTableImpl(PropertySortedEventTableFactory factory)
     : base(factory)
 {
     propertyIndex = new OrderedListDictionary<object, ISet<EventBean>>();
     nullKeyedValues = new LinkedHashSet<EventBean>();
 }