CodeMethodInvokeExpression::Method Property

 

Gets or sets the method to invoke.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
property CodeMethodReferenceExpression^ Method {
	CodeMethodReferenceExpression^ get();
	void set(CodeMethodReferenceExpression^ value);
}

Property Value

Type: System.CodeDom::CodeMethodReferenceExpression^

A CodeMethodReferenceExpression that indicates the method to invoke.

.NET Framework
Available since 1.1
Return to top
Show: