Initializing help system before first use

Item Property

Overload List
  Name Description
Public property ItemInt32
Indexer to allow easy access to an XPRMIdentifier by its 0-based position in the list.
Public property ItemString
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.
Top
See Also