Initializing help system before first use

Item Property (Int32)

Indexer allowing you to access items in the annotations by their 0-based index.

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

Parameters

i
Type:  SystemInt32

Property Value

Type:  Object

Implements

IListItemInt32
See Also