ExposableMethodAttributeGenericParametersOptionSizes Property |
http://www.emgu.com
The size for each generic parameter Options
Namespace:
Emgu.CV.Reflection
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic int[] GenericParametersOptionSizes { get; set; }
Public Property GenericParametersOptionSizes As Integer()
Get
Set
public:
property array<int>^ GenericParametersOptionSizes {
array<int>^ get ();
void set (array<int>^ value);
}
member GenericParametersOptionSizes : int[] with get, set
Property Value
Type:
Int32
See Also