Visual Basic (Declaration)
Public ReadOnly Property Method As MethodInfo
Dim instance As MethodCallExpression
Dim value As MethodInfo
value = instance.Method
public MethodInfo Method { get; }
public:
property MethodInfo^ Method {
MethodInfo^ get ();
}
public function get Method () : MethodInfo
Property Value
Type:
System.Reflection..::.MethodInfo The MethodInfo that represents the called method.