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.ResourceManager this property is by default. If this IExpandoResourceManager instance contains no mutable values or it is known that modifying values is not an issue, then this property can be set to for better performance.
String values are not cloned.
The value of this property affects only the objects returned from .resx sources. Non-string values from compiled sources are always cloned.