The first value

Namespace: Emgu.Util
Assembly: Emgu.Util (in Emgu.Util.dll) Version: 2.2.0.1010 (2.2.0.1010)

Syntax

         
 C#  Visual Basic  Visual C++ 
public T1 Value1 { get; }
Public ReadOnly Property Value1 As T1
	Get
public:
property T1 Value1 {
	T1 get ();
}

See Also