The options for generic parameters

Namespace:  Emgu.CV.Reflection
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public Type[] GenericParametersOptions { get; set; }
Visual Basic (Declaration)
Public Property GenericParametersOptions As Type()
Visual C++
public:
property array<Type^>^ GenericParametersOptions {
	array<Type^>^ get ();
	void set (array<Type^>^ value);
}

See Also