ICSharpCode.USBlib.BusCollection.BusEnumerator.MoveNext C# (CSharp) Метод

MoveNext() публичный Метод

Advances the enumerator to the next of the .
public MoveNext ( ) : bool
Результат bool
            public bool MoveNext()
            {
                return baseEnumerator.MoveNext();
            }
BusCollection.BusEnumerator