The selected generic parameter type

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

Syntax

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

See Also