http://www.emgu.com
The MethodInfo
Namespace:
Emgu.CV.UI
Assembly:
Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 4.1.0.3408 (4.1.0.3408)
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