Namespace: Cognex.Vision.ViDiEL.ImplementationAssembly: Cognex.Vision.ViDiELOCR.Net (in Cognex.Vision.ViDiELOCR.Net.dll) Version: 9.22.2.0
public abstract StringCollection this[
int index
] { get; set; }public abstract StringCollection this[
int index
] { get; set; }Public MustOverride Default Property Item (
index As Integer
) As StringCollection
Get
Set
Public MustOverride Default Property Item (
index As Integer
) As StringCollection
Get
Set
public:
virtual property StringCollection^ default[int index] {
StringCollection^ get (int index) abstract;
void set (int index, StringCollection^ value) abstract;
}public:
virtual property StringCollection^ default[int index] {
StringCollection^ get (int index) abstract;
void set (int index, StringCollection^ value) abstract;
}Property Value
Type:
StringCollectionImplements
IList T Item Int32