 | OrchestraInstruments Property |
property of the instruments which is readonly
Namespace: MidiGremlinAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IReadOnlyCollection<Instrument> Instruments { get; }
Public ReadOnly Property Instruments As IReadOnlyCollection(Of Instrument)
Get
public:
property IReadOnlyCollection<Instrument^>^ Instruments {
IReadOnlyCollection<Instrument^>^ get ();
}
member Instruments : IReadOnlyCollection<Instrument> with get
Property Value
Type:
IReadOnlyCollectionInstrument
See Also