Click or drag to resize

CommandTypeSetUserParams Method

After user command is parsed, all words found are passed here as a string list.

Namespace:  us.FreeWill.CommandLine
Assembly:  CommandLine (in CommandLine.dll) Version: 2.0.2341.22284
Syntax
C#
public bool SetUserParams(
	List<string> parameters
)

Parameters

parameters
Type: System.Collections.GenericListString
list of paramter words found in the user entered command.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:us.FreeWill.CommandLine.CommandType.SetUserParams(System.Collections.Generic.List{System.String})"]

See Also