DeployLX Software Protection System

LicenseValuesDictionary Class

Maintains a collection of name value pairs. The collection can be serialized and marked as read only.

Syntax

<SerializableAttribute> _
Public NotInheritable Class LicenseValuesDictionary _
	Inherits StringDictionary _
	Implements ISerializable, IDictionary, ICollection, IEnumerable,  _
	IChange
[SerializableAttribute]
public sealed class LicenseValuesDictionary : StringDictionary, 
	ISerializable, IDictionary, ICollection, IEnumerable, IChange

Inheritance Hierarchy

System..::..Object
  System.Collections.Specialized..::..StringDictionary
    DeployLX.Licensing.v5..::..LicenseValuesDictionary

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

See Also