GenericParameter Constructor |
http://www.emgu.com
Create a generic parameter for the Operation class
Namespace:
Emgu.CV.Reflection
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic GenericParameter(
Type selectedType,
Type[] availableType
)
Public Sub New (
selectedType As Type,
availableType As Type()
)
public:
GenericParameter(
Type^ selectedType,
array<Type^>^ availableType
)
new :
selectedType : Type *
availableType : Type[] -> GenericParameter
Parameters
- selectedType
- Type: SystemType
The selected generic parameter typ - availableType
- Type: SystemType
The types that can be used
See Also