System.Configuration.Internal.InternalConfigEventArgs.InternalConfigEventArgs C# (CSharp) Method

InternalConfigEventArgs() public method

public InternalConfigEventArgs ( string configPath ) : System.Configuration.Internal
configPath string
return System.Configuration.Internal
        public InternalConfigEventArgs(string configPath) {
            _configPath = configPath;
        }
InternalConfigEventArgs