Ejemplo n.º 1
0
 /// <inheritdoc/>
 public bool Contains_NoLock(Local item)
 {
     return(locals.Contains_NoLock(item));
 }