IExpandoResourceSetRemoveAliasValue Method

Removes an assembly alias value in the current IExpandoResourceSet.

Definition

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

Parameters

alias  String
The alias, which should be removed.

Exceptions

See Also