Click or drag to resize

PropertiesSetT(String, ArrayList) Method

Note: This API is now obsolete.

Obsolete ArrayList mutator. Use SetList instead.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
[ObsoleteAttribute("Use the SetList method instead", true)]
public void Set<T>(
	string key,
	ArrayList value
)

Parameters

key  String
The property key.
value  ArrayList
The value to store.

Type Parameters

T
The element type.
See Also