The MethodInfo

Namespace: Emgu.CV.UI
Assembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public MethodInfo Method { get; set; }
Public Property Method As MethodInfo
	Get
	Set
public:
property MethodInfo^ Method {
	MethodInfo^ get ();
	void set (MethodInfo^ value);
}

See Also