Example #1
0
 /// <inheritdoc/>
 public TRetType ExecuteLocked <TArgType, TRetType>(TArgType arg, ExecuteLockedDelegate <Local, TArgType, TRetType> handler)
 {
     return(locals.ExecuteLocked <TArgType, TRetType>(arg, (tsList, arg2) => handler(this, arg2)));
 }