System.IO.IsolatedStorage.IsolatedStorageFile.IsolatedStorageFileEnumerator.MoveNext C# (CSharp) Method

MoveNext() public method

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