Interface ICanBeDeleted
- Namespace
- Loehnert.Lisrt.Scripting.Project.ProjectItem.Interfaces
- Assembly
- Loehnert.Lisrt.Scripting.dll
Interface for a object which can be deleted.
public interface ICanBeDeleted
Methods
Delete()
Deletes this object.
void Delete()
Remarks
Should also be deleted on your hard drive.