DynamicInvokerTFunctionName Property
|
Name of function to be called
Namespace:
OpenCvSharp.Util
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic string FunctionName { get; }
Public ReadOnly Property FunctionName As String
Get
public:
property String^ FunctionName {
String^ get ();
}
member FunctionName : string with get
function get_FunctionName();
Property Value
Type:
String
See Also