ICSharpCode.USBlib.BusCollection.Add C# (CSharp) Method

Add() public method

Adds a with the specified value to the .
public Add ( Bus val ) : int
val Bus The to add.
return int
        public int Add(Bus val)
        {
            return List.Add(val);
        }