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