C# Class Emgu.CV.Reflection.GenericParameter

A generic parameter for the Operation class
Afficher le fichier Open project: fajoy/RTSPExample Class Usage Examples

Méthodes publiques

Méthode Description
GenericParameter ( Type selectedType, Type availableType ) : System

Create a generic parameter for the Operation class

Method Details

GenericParameter() public méthode

Create a generic parameter for the Operation class
public GenericParameter ( Type selectedType, Type availableType ) : System
selectedType System.Type The selected generic parameter typ
availableType System.Type The types that can be used
Résultat System