BudgetAnalyser.Engine.UnitTest.TestHarness.FakeEnvironmentFolders.ApplicationDataFolder C# (CSharp) 메소드

ApplicationDataFolder() 공개 메소드

Get the folder to store applications state data.
public ApplicationDataFolder ( ) : Task
리턴 Task
        public Task<string> ApplicationDataFolder()
        {
            throw new System.NotSupportedException();
        }