http://www.emgu.com
The MethodInfo
Namespace: Emgu.CV.UIAssembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic MethodInfo Method { get; set; }Public Property Method As MethodInfo
Get
Set
public:
property MethodInfo^ Method {
MethodInfo^ get ();
void set (MethodInfo^ value);
}member Method : MethodInfo with get, set
Property Value
Type:
MethodInfo
See Also