ExposableMethodAttributeGenericParametersOptions Property |
http://www.emgu.com
The options for generic parameters
Namespace:
Emgu.CV.Reflection
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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