| VectorOfOclPlatformInfoItem Property |
http://www.emgu.com
Get the item in the specific index
Namespace: Emgu.CV.UtilAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic OclPlatformInfo this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As OclPlatformInfo
Get
public:
property OclPlatformInfo^ default[int index] {
OclPlatformInfo^ get (int index);
}member Item : OclPlatformInfo with get
Parameters
- index
- Type: SystemInt32
The index
Return Value
Type:
OclPlatformInfoThe item in the specific index
See Also