コード例 #1
0
 IEnumerable <IMappingEntry> IBaseGraphableMappingManager.GetCopiesOfMappingEntriesForMsg(MidiShapeShifter.Mss.MssMsg inputMsg)
 {
     return((IEnumerable <IMappingEntry>)GetCopiesOfMappingEntriesForMsg(inputMsg));
 }
コード例 #2
0
 abstract public IEnumerable <MappingEntryType> GetCopiesOfMappingEntriesForMsg(MidiShapeShifter.Mss.MssMsg inputMsg);