Skip to content

Unit Reference Using

S2NX7 edited this page Sep 30, 2025 · 2 revisions

Using

Screenshot 2025-09-30 130706

Executes a using block for an IDisposable object, ensuring proper disposal after execution.

Input Ports

  • enter : Trigger to start the using block.
  • value : The IDisposable object to be used and disposed.

Output Ports

  • exit : Invoked after the using block completes and the object is disposed.
  • body : The execution path inside the using block.

Clone this wiki locally