# Using Statement

# See examples under Disposable objects

Basic concept of IDisposable (opens new window)

# Syntax

  • Using **a** = New **DisposableClass** [, **b** = ...]
    ...
    End Using

  • Using **a** = **GetDisposable(...)** [, **b** = ...]
    ...
    End Using