4 lines
81 B
C#
4 lines
81 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public interface IRemovable :
|
|
IDisposable; |