BelhardTraining.LessonIO.ApplicationDirectory.AddApplicationSpecificInfo C# (CSharp) Method

AddApplicationSpecificInfo() static private method

static private AddApplicationSpecificInfo ( string>.List directoryInfo ) : void
directoryInfo string>.List
return void
partial         static void AddApplicationSpecificInfo(List<Tuple<string, string>> directoryInfo)
        {
            directoryInfo.Add(Tuple.Create("Application.StartupPath", Application.StartupPath));
        }