ctrlX Data Layer .NET API  4.3.0
Loading...
Searching...
No Matches
INativeDisposable.cs
1using System;
2
3namespace Datalayer
4{
8 public interface INativeDisposable : IDisposable
9 {
13 bool IsDisposed { get; }
14 }
15}
The INativeDisposable interface.
bool IsDisposed
Checks disposed.