Example #1
0
 public override Stream <ActiveLock> ActiveLocks()
 {
     return(Stream.concat(@explicit.ActiveLocks(), @implicit.ActiveLocks()));
 }