Click or drag to resize

StringArrayAddress Constructor

Initializes a new instance of the StringArrayAddress class

Namespace:  OpenCvSharp.Util
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public StringArrayAddress(
	IEnumerable<string> stringEnumerable
)

Parameters

stringEnumerable
Type: System.Collections.GenericIEnumerableString
See Also