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