Gets a value indicating whether this IniFile is dirty.
Namespace: System.Extensions.IOAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
public bool IsDirty { get; } |
Visual Basic |
---|
Public ReadOnly Property IsDirty As Boolean Get |
Visual C++ |
---|
public: virtual property bool IsDirty { bool get () sealed; } |
F# |
---|
abstract IsDirty : bool with get override IsDirty : bool with get |