NuGet.NullFileSystem.DeleteDirectory C# (CSharp) Méthode

DeleteDirectory() public méthode

public DeleteDirectory ( string path, bool recursive ) : void
path string
recursive bool
Résultat void
        public void DeleteDirectory(string path, bool recursive)
        {
            // Do nothing
        }