Aqla Solutions

[This is preliminary documentation and is subject to change.]

Returns argument by the specified index or null if it does not specified or index is incorrect

Namespace: JustLogic.Core
Assembly: JustLogic (in JustLogic.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Object GetArgumentOrNull(
	int index
)
JScript
public function GetArgumentOrNull(
	index : int
) : Object

Parameters

index
Type: System..::..Int32

See Also