Balakin.VSOutputEnhancer.Tests.Stubs.EnvironmentServiceStub.GetTheme C# (CSharp) Method

GetTheme() public method

public GetTheme ( ) : Theme
return Theme
        public Theme GetTheme()
        {
            return theme;
        }