System.IO.IsolatedStorage.TwoLevelFileEnumerator.UpdateCurrent C# (CSharp) Méthode

UpdateCurrent() private méthode

private UpdateCurrent ( ) : void
Résultat void
        private void UpdateCurrent()
        {
            m_Current.Path1 = Path.GetFileName(m_RootDir[m_nRootDir]);
            m_Current.Path2 = Path.GetFileName(m_SubDir[m_nSubDir]);
        }