Exemple #1
0
 public TLinkAddress Each(Func <IList <TLinkAddress>, TLinkAddress> handler, IList <TLinkAddress> restrictions) => SyncRoot.ExecuteReadOperation(handler, restrictions, (handler1, restrictions1) => Unsync.Each(handler1, restrictions1));
Exemple #2
0
 public TLinkAddress Count(IList <TLinkAddress> restriction) => SyncRoot.ExecuteReadOperation(restriction, Unsync.Count);