SIM.Tests.Instances.FakeInstance.GetDataFolderPath C# (CSharp) Method

GetDataFolderPath() protected method

protected GetDataFolderPath ( ) : string
return string
        protected override string GetDataFolderPath()
        {
            return this.dataFolderPath;
        }