bool CloneValues { get; set; }
Property CloneValues As Boolean
Get
Set
property bool CloneValues {
bool get ();
void set (bool value);
}
abstract CloneValues : bool with get, set
To be compatible with System.Resources.ResXResourceSet this property is by default. However, it can be a problem for mutable types if the returned value is changed by the consumer.
To be compatible with ResourceSet set this property to .
String values are not cloned.
The value of this property affects only the objects returned from .resx sources. Values from compiled sources are always cloned.