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