Initializes a new instance of CodeDelegateInvokeStatement.
[Visual Basic] Overloads Public Sub New( _ ByVal delegateInvoke As CodeDelegateInvokeExpression _ ) [C#] public CodeDelegateInvokeStatement( CodeDelegateInvokeExpression delegateInvoke ); [C++] public: CodeDelegateInvokeStatement( CodeDelegateInvokeExpression* delegateInvoke ); [JScript] public function CodeDelegateInvokeStatement( delegateInvoke : CodeDelegateInvokeExpression );
CodeDelegateInvokeStatement Class | CodeDelegateInvokeStatement Members | System.CodeDOM Namespace | CodeDelegateInvokeStatement Constructor Overload List | CodeDelegateInvokeExpression