DisposableObjectsAdd Method |
Adds an object to the end of the List.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void Add(
string description,
IDisposable trackedObject
)
Public Sub Add (
description As String,
trackedObject As IDisposable
)
Parameters
- description
- Type: SystemString
The description of the object. - trackedObject
- Type: SystemIDisposable
The object to be added to the end of the List.
See Also