DeployLX Software Protection System

Limit..::..ResolveCloneLinks Method

Resolves any references between new cloned limits and their original values.

Syntax

Protected Overridable Sub ResolveCloneLinks ( _
	clones As IDictionary(Of Limit, Limit) _
)
protected virtual void ResolveCloneLinks(
	IDictionary<Limit, Limit> clones
)

Parameters

clones
Mapping between the new limit and it's original.

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also