ResXResourceSetIsModified Property

Gets whether this ResXResourceSet instance is modified (contains unsaved data).

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public bool IsModified { get; }

Property Value

Boolean
if this instance is modified; otherwise, .

Implements

IExpandoResourceSetIsModified

Exceptions

See Also