Initializing help system before first use

Item Property (Int32)

Indexer property allowing you to access an item in this list by its 0-based index.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public virtual XPRMProcedure this[
	int i
] { get; }

Parameters

i
Type:  SystemInt32

Property Value

Type:  XPRMProcedure
See Also