SalNamedProperties
PPJ.Runtime.Windows.SalNamedProperties
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.49 (4.9.0.0)
Collection of named properties for SAL controls. Keeps two maps in order to preserve the case of the original keys when serializing and deserializing but to be case-insensitive when searching or adding properties.
public class SalNamedProperties : IList, ICollection, IEnumerable, IDictionaryPublic Class SalNamedProperties
Inherits IList
Implements ICollection, IEnumerable, IDictionaryConstructors
SalNamedProperties()
Properties
Count
Item(key)
Keys
Values
Methods
Add(key, value)
Clear()
Contains(key)
Parameter
Type
Description
Returns: Boolean.
CopyTo(array, index)
GetEnumerator()
Returns: IEnumerator.
Put(key, value)
Remove(key)
Parameter
Type
Description
Last updated