Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
SyntaxT this[
int i
] { get; set; }
Default Property Item (
i As Integer
) As T
Get
Set
property T default[int i] {
T get (int i);
void set (int i, T value);
}
abstract Item : 'T with get, set
function get_Item(i);
function set_Item(value);
Parameters
- i
- Type: SystemInt32
Return Value
Type:
T
See Also