ResXResourceSetRemoveAliasValue Method

Removes an assembly alias value from the current ResXResourceSet.

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public void RemoveAliasValue(
	string alias
)

Parameters

alias  String
The alias, which should be removed.

Implements

IExpandoResourceSetRemoveAliasValue(String)

Exceptions

See Also