| ArrayAddress1T Constructor (IEnumerableT) |
Namespace:
OpenCvSharp.Util
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public ArrayAddress1(
IEnumerable<T> enumerable
)
Public Sub New (
enumerable As IEnumerable(Of T)
)
public:
ArrayAddress1(
IEnumerable<T>^ enumerable
)
new :
enumerable : IEnumerable<'T> -> ArrayAddress1
Parameters
- enumerable
- Type: System.Collections.GenericIEnumerableT
[Missing <param name="enumerable"/> documentation for "M:OpenCvSharp.Util.ArrayAddress1`1.#ctor(System.Collections.Generic.IEnumerable{`0})"]
See Also