| Visual Basic (Declaration) | |
|---|---|
<DebuggerNonUserCodeAttribute()> Protected Overloads Overrides NotOverridable Sub Dispose( _ ByVal disposing As Boolean _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As abAbout Dim disposing As Boolean instance.Dispose(disposing) | |
| C# | |
|---|---|
[DebuggerNonUserCodeAttribute()] protected override void Dispose( bool disposing ) | |
| C++/CLI | |
|---|---|
[DebuggerNonUserCodeAttribute()] protected: void Dispose( bool disposing ) override | |
Parameters
- disposing