StringDictionary Add Method (KeyValuePair String, String )Cognex VisionPro 9.22

Adds the specified item from this collection.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public override void Add(
	KeyValuePair<string, string> item
)

Parameters

item
Type: System.Collections.Generic KeyValuePair String, String 

Implements

ICollection T  Add(T)
See Also