C# Class FiftyOne.Foundation.Mobile.Detection.Entities.BaseDataSet

Inheritance: IDisposable
Mostra file Open project: 51Degrees/dotNET-Device-Detection

Public Methods

Method Description
Dispose ( ) : void

Disposes of all the lists that form the dataset.

Protected Methods

Method Description
BaseDataSet ( ) : System

Constructs a new instance of BasaDataSet.

Dispose ( bool disposing ) : void

Disposes of the readonly lists used by the dataset.

Method Details

BaseDataSet() protected method

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

Dispose() public method

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

Dispose() protected method

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. ///
return void