C# Class RemoteViewing.Utility.AutoClear

Wraps around a Array and clears the array if this AutoClear object is disposed.
Mostrar archivo Open project: qmfrederik/remoteviewing

Public Methods

Method Description
AutoClear ( Array array ) : System

Initializes a new instance of the AutoClear struct.

Dispose ( ) : void

Method Details

AutoClear() public method

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

Dispose() public method

public Dispose ( ) : void
return void