Inheritance Hierarchy
Cognex.Vision ShareableBase
Cognex.Vision ChangedEventShareableBase
Cognex.Vision.Implementation DictionaryOfstring
Cognex.Vision StringDictionary
Namespace: Cognex.Vision.Implementation
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax
public abstract class DictionaryOfstring : ChangedEventShareableBase, IReadOnlyDictionary, IReadOnlyDictionary, IEnumerable<KeyValuePair<string, string>>, IEnumerable, IReadOnlyCollection, IDictionary, IDictionary<string, string>, ICollection<KeyValuePair<string, string>>, IDictionaryEvents
The DictionaryOfstring type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DictionaryOfstring |
Methods
| Name | Description | |
|---|---|---|
| Add(KeyValuePair String, String ) | ||
| Add(String, String) | ||
| Clear | ||
| Contains | ||
| ContainsKey | ||
| CopyTo | ||
| Equals | Compares the equality of this object with another. (Overrides ChangedEventShareableBase Equals(Object).) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Returns the hash code of this object. (Overrides ChangedEventShareableBase GetHashCode .) | |
| GetItemByKey | Get the item at the specified index. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetTypeMeta | Get the description of the object type. (Overrides ShareableBase GetTypeMeta .) | |
| Key | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove(KeyValuePair String, String ) | ||
| Remove(String) | ||
| ResumeAndRaiseChangedEvent | (Overrides ChangedEventShareableBase ResumeAndRaiseChangedEvent .) | |
| setItem | ||
| SuspendChangedEvent | (Overrides ChangedEventShareableBase SuspendChangedEvent .) | |
| ToString | Converts this object to a string representation. (Overrides Object ToString .) | |
| TryGetByIndex | ||
| TryGetValue |
Operators
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two DictionaryOfstring objects. | |
| Inequality | Compares the inequality of two DictionaryOfstring objects. |
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended | Indicates if raising the ChangedEvent has been suspended. | |
| Count | Get the number of elements contained in this collection. | |
| Handle | (Overrides ChangedEventShareableBase Handle.) | |
| IsReadOnly | Get whether or not this collection is read-only. | |
| Item | ||
| Keys | ||
| Values |
Events
| Name | Description | |
|---|---|---|
| Changed | The actual event. | |
| Cleared | Raised after the collection is cleared. | |
| Clearing | Raised before the collection is cleared. | |
| InsertedItem | Raised after an item is inserted. | |
| InsertingItem | Raised before an item is inserted. | |
| RemovedItem | Raised after an item is removed. | |
| RemovingItem | Raised before an item is removed. | |
| ReplacedItem | Raised after an item is replaced. | |
| ReplacingItem | Raised before an item is replaced. |
See Also