Click or drag to resize
ParserDelegate Delegate

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

[Missing <summary> documentation for "T:VRage.ParserDelegate"]

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public delegate MyCommandArgs ParserDelegate(
	List<string> args
)

Parameters

args
Type: System.Collections.GenericListString

Return Value

Type: MyCommandArgs
See Also