Obtain the index element in this sequence
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public T this[
int index
] { get; }
Public ReadOnly Default Property Item ( _
index As Integer _
) As T
Get
public:
property T default[int index] {
T get (int index);
}
Parameters
- index
- Int32
the index of the element
Return Value
the
index element in this sequence
See Also