Click or drag to resize

PropertiesSet Method

Overload List
 NameDescription
Public methodSet(String, Properties) Obsolete nested-properties mutator. Use SetNestedProperties instead.
Obsolete
Public methodSetT(String, T) Sets a single element in this Properties-container. The element will be serialized using a TypeConverter if possible, or XAML serializer otherwise.
Public methodSetT(String, T) Obsolete array-based mutator. Use SetList instead.
Obsolete
Public methodSetT(String, ArrayList) Obsolete ArrayList mutator. Use SetList instead.
Obsolete
Public methodSetT(String, ListT) Obsolete list-based mutator. Use SetList instead.
Obsolete
Top
See Also