Caution
By calling this method all of the unsaved changes will be lost.
void ReleaseAllResources()
Sub ReleaseAllResources
void ReleaseAllResources()
abstract ReleaseAllResources : unit -> unit
By the IsModified property you can check whether there are unsaved changes.
To save the changes you can call the SaveAllResources method.
ObjectDisposedException | The IExpandoResourceManager is already disposed. |