Item Property (String)
  Indexer allowing you to access items in the list by their name. Default implementation iterates through the list until the sought object is found, but subclasses may provide their own, more efficient, implementations. 
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.0.0
 Syntax
Syntax
    C#
   
  public virtual Object this[ string name ] { get; }
Parameters
- name
- 
   Type: 
   SystemString
   
 
Property Value
Type: Object See Also
See Also
 
