C# Класс FiftyOne.Foundation.Mobile.Detection.Entities.BaseDataSet

Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
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