C# 클래스 FiftyOne.Foundation.Mobile.Detection.Entities.BaseDataSet

상속: IDisposable
파일 보기 프로젝트 열기: 51Degrees/dotNET-Device-Detection

공개 메소드들

메소드 설명
Dispose ( ) : void

Disposes of all the lists that form the dataset.

보호된 메소드들

메소드 설명
BaseDataSet ( ) : System

Constructs a new instance of BasaDataSet.

Dispose ( bool disposing ) : void

Disposes of the readonly lists used by the dataset.

메소드 상세

BaseDataSet() 보호된 메소드

Constructs a new instance of BasaDataSet.
protected BaseDataSet ( ) : System
리턴 System

Dispose() 공개 메소드

Disposes of all the lists that form the dataset.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Disposes of the readonly lists used by the dataset.
protected Dispose ( bool disposing ) : void
disposing bool /// True if the calling method is Dispose, false for the finaliser. ///
리턴 void