SalNamedProperties

PPJ.Runtime.Windows.SalNamedProperties

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Runtime.49 (4.9.0.0)

Collection of named properties for SAL controls. Keeps two hash 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, IDictionary

Constructors

SalNamedProperties()

Properties

Count

Int32:

Item(key)

String:

Keys

ICollection:

Values

ICollection:

Methods

Add(key, value)

Parameter
Type
Description

value

Clear()

Contains(key)

Parameter
Type
Description

Returns: Boolean.

CopyTo(array, index)

Parameter
Type
Description

array

index

GetEnumerator()

Returns: IEnumerator.

Put(key, value)

Parameter
Type
Description

value

Remove(key)

Parameter
Type
Description

Last updated