GenericParameterAvailableTypes Property |
http://www.emgu.com
The types that can be used
Namespace:
Emgu.CV.Reflection
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic Type[] AvailableTypes { get; set; }
Public Property AvailableTypes As Type()
Get
Set
public:
property array<Type^>^ AvailableTypes {
array<Type^>^ get ();
void set (array<Type^>^ value);
}
member AvailableTypes : Type[] with get, set
Property Value
Type:
Type
See Also