Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
CoreTechs
Common
CompositeDisposable
C# 클래스 CoreTechs.Common.CompositeDisposable
A container for other IDisposable objects that can be disposed all at once. Disposal occurs in the order that items are enumerated. Disposal exceptions do not prevent disposal of other elements.
상속:
IDisposable
파일 보기
프로젝트 열기: Core-Techs/Common
공개 메소드들
메소드
설명
CompositeDisposable
(
IEnumerable
disposables
) :
System
Dispose
( ) :
void
메소드 상세
CompositeDisposable()
공개
메소드
public
CompositeDisposable
(
IEnumerable
disposables
) :
System
disposables
IEnumerable
리턴
System
Dispose()
공개
메소드
public
Dispose
( ) :
void
리턴
void