https://www.emgu.com/wiki/index.php/Emgu_TF
Get the inputs
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntaxpublic Input[] Inputs { get; }
Public ReadOnly Property Inputs As Input()
Get
public:
property array<Input^>^ Inputs {
array<Input^>^ get ();
}
member Inputs : Input[] with get
Property Value
Type:
Input
See Also