IExpandoResourceSetRemoveMetaObject Method

Removes a metadata object in the current IExpandoResourceSet with the specified name.

Definition

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

Parameters

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

Exceptions

See Also