CK.Plugins.ObjectExplorer.ViewModels.LogViewModels.VMLogMethodConfig.VMLogMethodConfig C# (CSharp) Method

VMLogMethodConfig() public method

public VMLogMethodConfig ( VMLogServiceConfig holder, string name, bool isBound ) : System.Collections.Generic
holder VMLogServiceConfig
name string
isBound bool
return System.Collections.Generic
        public VMLogMethodConfig( VMLogServiceConfig holder, string name, bool isBound )
            : this(holder, name, "", new List<ILogParameterInfo>(), isBound)
        {
        }

Same methods

VMLogMethodConfig::VMLogMethodConfig ( VMLogServiceConfig holder, string name, string returnType, List parameters, bool isBound ) : System.Collections.Generic