System.IO.IsolatedStorage.IsolatedStorageFile.IsolatedStorageFileEnumerator.MoveNext C# (CSharp) Méthode

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool
            public bool MoveNext()
            {
                // Nothing to return
                return false;
            }
IsolatedStorageFile.IsolatedStorageFileEnumerator