Search
DiagramItem.Dispose Method (Boolean)
See Also
 





Disposes any disposable resources managed by this item.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void Dispose (
    bool disposing
)

Visual Basic  Copy Code

Protected Overridable Sub Dispose( _
    disposing As Boolean _
)

 Parameters

disposing

Specifies whether the method is called explicitly or from the garbage collector.

 Remarks

This method is used in the implementation of the IDisposable pattern.

 See Also