efffbaeabc
* Change default file encoding
7 lines
163 B
C#
7 lines
163 B
C#
using System.Collections.Generic;
|
|
|
|
public interface IEnvironmentContextData
|
|
{
|
|
IEnumerable<KeyValuePair<string, string>> GetRuntimeEnvironmentVariables();
|
|
}
|