ManualResetEvent constructor

ManualResetEvent(
  1. bool isSet
)

Implementation

ManualResetEvent(bool isSet) : super(isSet, EventResetMode.manualReset);