The indexer for this dictionary.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.0.0)
public TValue this[
TKey key
] { get; set; }public TValue this[
TKey key
] { get; set; }Public Default Property Item (
key As TKey
) As TValue
Get
Set
Public Default Property Item (
key As TKey
) As TValue
Get
Set
public:
virtual property TValue default[TKey key] {
TValue get (TKey key) sealed;
void set (TKey key, TValue value) sealed;
}public:
virtual property TValue default[TKey key] {
TValue get (TKey key) sealed;
void set (TKey key, TValue value) sealed;
}Parameters
- key
- Type: TKey
The key of the desired dictionary entry.
Property Value
Type:
TValueImplements
IDictionary TKey, TValue Item TKey