GenericParameterSelectedType Property |
http://www.emgu.com
The selected generic parameter type
Namespace:
Emgu.CV.Reflection
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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