ResXResourceSetIsModified Property
Gets whether this
ResXResourceSet instance is modified (contains unsaved data).
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public bool IsModified { get; }
Public ReadOnly Property IsModified As Boolean
Get
public:
virtual property bool IsModified {
bool get () sealed;
}
abstract IsModified : bool with get
override IsModified : bool with get
Boolean if this instance is modified; otherwise,
.
IExpandoResourceSetIsModified