CK.Plugins.ObjectExplorer.ViewModels.LogViewModels.VMLogMethodConfig.VMLogMethodConfig C# (CSharp) Méthode

VMLogMethodConfig() public méthode

public VMLogMethodConfig ( VMLogServiceConfig holder, string name, bool isBound ) : System.Collections.Generic
holder VMLogServiceConfig
name string
isBound bool
Résultat 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