ResXResourceSetRemoveMetaObject Method

Removes a metadata object from the current ResXResourceSet with the specified name.

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public void RemoveMetaObject(
	string name
)

Parameters

name  String
Name of the metadata value to remove. Name is treated case sensitive.

Implements

IExpandoResourceSetRemoveMetaObject(String)

Exceptions

See Also