| EventArgsT1, T2Value1 Property |
http://www.emgu.com
The first value
Namespace: Emgu.UtilAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic T1 Value1 { get; }Public ReadOnly Property Value1 As T1
Get
public:
property T1 Value1 {
T1 get ();
}member Value1 : 'T1 with get
Property Value
Type:
T1
See Also