The options for generic parameters

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

Syntax

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

See Also