Implement IDisposable.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public void Dispose()
Public Sub Dispose
public: virtual void Dispose() sealed
abstract Dispose : unit -> unit override Dispose : unit -> unit
Remarks
Do not make this method virtual.
A derived class should not be able to override this method.
Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60601.0 (1.1.60601.0)