CK.Plugins.ObjectExplorer.LogMethodConfig.LogMethodConfig C# (CSharp) Method

LogMethodConfig() public method

public LogMethodConfig ( ) : System.Collections.Generic
return System.Collections.Generic
        public LogMethodConfig()
            : this("", "", new List<ILogParameterInfo>(), 0, false)
        {
        }

Same methods

LogMethodConfig::LogMethodConfig ( string methodName, string returnType, List p, ServiceLogMethodOptions logOptions, bool doLog ) : System.Collections.Generic
LogMethodConfig