Click or drag to resize
GetConfigResponseLines Method
Returns the map of line number to line value for a given category.

Namespace: AsterNET.Manager.Response
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Dictionary<int, string> Lines(
	int category
)

Parameters

category
Type: SystemInt32

[Missing <param name="category"/> documentation for "M:AsterNET.Manager.Response.GetConfigResponse.Lines(System.Int32)"]

Return Value

Type: DictionaryInt32, String

[Missing <returns> documentation for "M:AsterNET.Manager.Response.GetConfigResponse.Lines(System.Int32)"]

See Also