Collection of named properties for SAL controls. Keeps two hashmaps in order to preserve the case of the original keys when serializing and deserializing but to be case-insensitive when searching or adding properties.

Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public class SalNamedProperties : IList, 
	IDictionary, ICollection, IEnumerable

Inheritance Hierarchy

System..::..Object
  PPJ.Runtime.Windows..::..SalNamedProperties

See Also