Namespace: Cognex.Vision.ViDiEL.ImplementationAssembly: Cognex.Vision.ViDiELOCR.Net (in Cognex.Vision.ViDiELOCR.Net.dll) Version: 9.22.2.0
public abstract StringCollection this[
string key
] { get; set; }public abstract StringCollection this[
string key
] { get; set; }Public MustOverride Default Property Item (
key As String
) As StringCollection
Get
Set
Public MustOverride Default Property Item (
key As String
) As StringCollection
Get
Set
public:
virtual property StringCollection^ default[String^ key] {
StringCollection^ get (String^ key) abstract;
void set (String^ key, StringCollection^ value) abstract;
}public:
virtual property StringCollection^ default[String^ key] {
StringCollection^ get (String^ key) abstract;
void set (String^ key, StringCollection^ value) abstract;
}Property Value
Type:
StringCollectionImplements
IDictionary TKey, TValue Item TKey