Bari.Core.Test.Helper.TestFileSystemDirectory.CreateTextFile C# (CSharp) Méthode

CreateTextFile() public méthode

Creates a new text file with a text writer in this directory
public CreateTextFile ( string name ) : TextWriter
name string Name of the new file
Résultat System.IO.TextWriter
        public TextWriter CreateTextFile(string name)
        {
            throw new NotImplementedException();
        }