Pickaxe.CodeDom.CodeDomArg.CodeDomArg C# (CSharp) Method

CodeDomArg() public method

public CodeDomArg ( ) : System
return System
        public CodeDomArg()
            : this(null, null)
        {
        }

Same methods

CodeDomArg::CodeDomArg ( System.CodeDom.CodeExpression codeExpression ) : System
CodeDomArg::CodeDomArg ( System.CodeDom.CodeExpression codeExpression, IScopeData scope ) : System
CodeDomArg