The selected generic parameter type

Namespace:  Emgu.CV.Reflection
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public Type SelectedType { get; set; }
Visual Basic (Declaration)
Public Property SelectedType As Type
Visual C++
public:
property Type^ SelectedType {
	Type^ get ();
	void set (Type^ value);
}

See Also