Here are the examples of the csharp api System.Collections.Generic.List.Add(midiComponentInterface) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.
1 Examples
19
View Source File : MIDImaster.cs
License : Apache License 2.0
Project Creator : googlearchive
License : Apache License 2.0
Project Creator : googlearchive
public void addInterface(midiComponentInterface m) {
if (!_interfaceList.Contains(m)) _interfaceList.Add(m);
}