Disposes any disposable resources managed by this item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected virtual void Dispose ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Sub Dispose( _ |
Specifies whether the method is called explicitly or from the garbage collector.
RemarksThis method is used in the implementation of the IDisposable pattern.
See Also