Click or drag to resize

PropertiesSetT(String, ListT) Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Altaxo.Main.Services.Properties.Set``1(System.String,System.Collections.Generic.List{``0})"]


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

Parameters

key  String

[Missing <param name="key"/> documentation for "M:Altaxo.Main.Services.Properties.Set``1(System.String,System.Collections.Generic.List{``0})"]

value  ListT

[Missing <param name="value"/> documentation for "M:Altaxo.Main.Services.Properties.Set``1(System.String,System.Collections.Generic.List{``0})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Altaxo.Main.Services.Properties.Set``1(System.String,System.Collections.Generic.List{``0})"]

See Also