| GenericParameterSelectedType Property |
http://www.emgu.com
The selected generic parameter type
Namespace: Emgu.CV.ReflectionAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic Type SelectedType { get; set; }Public Property SelectedType As Type
Get
Set
public:
property Type^ SelectedType {
Type^ get ();
void set (Type^ value);
}member SelectedType : Type with get, set
Property Value
Type:
Type
See Also