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

Inheritance: IDisposable
Afficher le fichier Open project: 51Degrees/dotNET-Device-Detection

Méthodes publiques

Méthode Description
Dispose ( ) : void

Disposes of all the lists that form the dataset.

Méthodes protégées

Méthode 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 méthode

Constructs a new instance of BasaDataSet.
protected BaseDataSet ( ) : System
Résultat System

Dispose() public méthode

Disposes of all the lists that form the dataset.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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. ///
Résultat void