Rosalia.TestingSupport.FileSystem.FileStub.EnsureExists C# (CSharp) Méthode

EnsureExists() public méthode

public EnsureExists ( ) : void
Résultat void
        public override void EnsureExists()
        {
            _exists = true;
        }