NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeMethodInvokeStatement Constructor (CodeMethodInvokeExpression)

Initializes a new instance of CodeMethodInvokeStatement using the specified method invoke expression.

[Visual Basic]
Overloads Public Sub New( _
   ByVal methodInvoke As CodeMethodInvokeExpression _
)
[C#]
public CodeMethodInvokeStatement(
   CodeMethodInvokeExpression methodInvoke
);
[C++]
public: CodeMethodInvokeStatement(
   CodeMethodInvokeExpression* methodInvoke
);
[JScript]
public function CodeMethodInvokeStatement(
   methodInvoke : CodeMethodInvokeExpression
);

Parameters

methodInvoke
A CodeMethodInvokeExpression that contains the method invoke expression to use.

See Also

CodeMethodInvokeStatement Class | CodeMethodInvokeStatement Members | System.CodeDOM Namespace | CodeMethodInvokeStatement Constructor Overload List | CodeMethodInvokeExpression