C# 클래스 RemoteViewing.Utility.AutoClear

Wraps around a Array and clears the array if this AutoClear object is disposed.
파일 보기 프로젝트 열기: qmfrederik/remoteviewing

공개 메소드들

메소드 설명
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