Removes a classification from this thing.

Namespace: BaseLib
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public void RemoveClassification(
	string c
)

Parameters

c
Type: System..::..String
The classification to remove.

See Also