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