BudgetAnalyser.Engine.UnitTest.TestHarness.EmbeddedResourceFileReaderWriter.WriteToDiskAsync C# (CSharp) 메소드

WriteToDiskAsync() 공개 메소드

Writes the budget collections to a xaml file on disk.
public WriteToDiskAsync ( string fileName, string data ) : System.Threading.Tasks.Task
fileName string
data string
리턴 System.Threading.Tasks.Task
        public Task WriteToDiskAsync(string fileName, string data)
        {
            throw new NotImplementedException();
        }
    }