Click or drag to resize

PropertiesGetT(String, ArrayList) Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Altaxo.Main.Services.Properties.Get``1(System.String,System.Collections.ArrayList)"]


Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
[ObsoleteAttribute("Use the GetList method instead", true)]
public ArrayList Get<T>(
	string key,
	ArrayList defaultValue
)

Parameters

key  String

[Missing <param name="key"/> documentation for "M:Altaxo.Main.Services.Properties.Get``1(System.String,System.Collections.ArrayList)"]

defaultValue  ArrayList

[Missing <param name="defaultValue"/> documentation for "M:Altaxo.Main.Services.Properties.Get``1(System.String,System.Collections.ArrayList)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Altaxo.Main.Services.Properties.Get``1(System.String,System.Collections.ArrayList)"]

Return Value

ArrayList

[Missing <returns> documentation for "M:Altaxo.Main.Services.Properties.Get``1(System.String,System.Collections.ArrayList)"]

See Also