Interface to indicate that a class can be dirty.
Namespace: System.Extensions.IOAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
public interface IDirty |
Visual Basic |
---|
Public Interface IDirty |
Visual C++ |
---|
public interface class IDirty |
F# |
---|
type IDirty = interface end |