Item Property
  Indexer allowing you to access items in the list by their 0-based index. 
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.3.0
 Syntax
Syntax
    C#
   
  public Object this[ int i ] { get; set; }
Parameters
- i
- 
   Type: 
   SystemInt32
   
 
Property Value
Type: ObjectImplements
IListItemInt32 See Also
See Also
 
