메소드 | 설명 | |
---|---|---|
DisposableAction ( System.Action action ) : System |
생성자
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
public DisposableAction ( System.Action action ) : System | ||
action | System.Action | dispose 시에 수행할 action |
리턴 | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | need to dispose managed resources. |
리턴 | void |