C# Класс RemoteViewing.Utility.AutoClear

Wraps around a Array and clears the array if this AutoClear object is disposed.
Показать файл Открыть проект

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

Метод Описание
AutoClear ( Array array ) : System

Initializes a new instance of the AutoClear struct.

Dispose ( ) : void

Описание методов

AutoClear() публичный Метод

Initializes a new instance of the AutoClear struct.
public AutoClear ( Array array ) : System
array System.Array /// The which should be cleared when this /// object is disposed of. ///
Результат System

Dispose() публичный Метод

public Dispose ( ) : void
Результат void