Dev2.Tests.Runtime.Services.HostSecureConfigMock.HostSecureConfigMock C# (CSharp) 메소드

HostSecureConfigMock() 공개 메소드

public HostSecureConfigMock ( NameValueCollection settings ) : System.Collections.Specialized
settings System.Collections.Specialized.NameValueCollection
리턴 System.Collections.Specialized
        public HostSecureConfigMock(NameValueCollection settings)
            : base(settings, true)
        {
        }