InstrumentList Class

Represents a list of instruments
public class InstrumentList : IEnumerable<Instrument>
This language is not supported or no code example is available.
public ref class InstrumentList  : public IEnumerable<Instrument^>^
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.
Name Description
Public property Count
Public property Item(string)
Top
Fields
 
Name Description
Public field Name
Top

In this article

Definition