LocalSemaphore constructor

LocalSemaphore(
  1. int maxCount
)

Implementation

LocalSemaphore(int maxCount) : super._internal(maxCount);