ResXManagerRemoveResource Method

Removes a resource by the specified name from the .NET managed resource file.

Definition

Namespace: DevCase.Core.Application.Resources
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual void RemoveResource(
	string name,
	StringComparison stringComparison = StringComparison.OrdinalIgnoreCase
)

Parameters

name  String
The resource name.
stringComparison  StringComparison  (Optional)
The StringComparison to compare the resource name.

Exceptions

FileNotFoundException Resource file not found.
ArgumentException Any resource found matching the specified name.;name

See Also