| ExposableMethodAttributeGenericParametersOptions Property |
http://www.emgu.com
The options for generic parameters
Namespace: Emgu.CV.ReflectionAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic Type[] GenericParametersOptions { get; set; }Public Property GenericParametersOptions As Type()
Get
Set
public:
property array<Type^>^ GenericParametersOptions {
array<Type^>^ get ();
void set (array<Type^>^ value);
}member GenericParametersOptions : Type[] with get, set
Property Value
Type:
Type
See Also