EventArgsT1, T2Value1 Property |
http://www.emgu.com
The first value
Namespace: Emgu.UtilAssembly: Emgu.Util (in Emgu.Util.dll) Version: 3.0.0.2161 (3.0.0.2161)
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