ICSharpCode.USBlib.DescriptorCollection.IndexOf C# (CSharp) Method

IndexOf() public method

Returns the index of a in the .
public IndexOf ( Descriptor val ) : int
val Descriptor The to locate.
return int
        public int IndexOf(Descriptor val)
        {
            return List.IndexOf(val);
        }