GenericParameterAvailableTypes Property |
http://www.emgu.com
The types that can be used
Namespace:
Emgu.CV.Reflection
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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