Obtain the index element in this sequence
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public T this[
int index
] { get; }
Public ReadOnly Default Property Item ( _
index As Integer _
) As T
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