Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Onebeld
Plugins
Internal
Debouncer
C# Class Onebeld.Plugins.Internal.Debouncer
Inheritance:
IDisposable
ファイルを表示
Open project: Onebeld/Regul
Public Methods
Method
Description
Debouncer
(
TimeSpan
waitTime
) :
System
Dispose
( ) :
void
Execute
(
Action
action
) :
void
Method Details
Debouncer()
public
method
public
Debouncer
(
TimeSpan
waitTime
) :
System
waitTime
TimeSpan
return
System
Dispose()
public
method
public
Dispose
( ) :
void
return
void
Execute()
public
method
public
Execute
(
Action
action
) :
void
action
Action
return
void