Search
TableNode.Dispose Method
See Also
 





Disposes any disposable resources managed by this table.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected override void Dispose (
    bool disposing
)

Visual Basic  Copy Code

Protected Overrides Sub Dispose( _
    disposing As Boolean _
)

 Parameters

disposing

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

 See Also