public sealed class DictionaryArgumentInfoPublic NotInheritable Class DictionaryArgumentInfo
Dim instance As DictionaryArgumentInfopublic ref class DictionaryArgumentInfo sealed| DictionaryArgumentInfo | Initializes a new instance of the DictionaryArgumentInfo class. |
| AllowDuplicateKeys | Gets a value indicating whether this argument allows duplicate keys. |
| KeyType | Gets the type of the keys of a dictionary argument. |
| KeyValueSeparator | Gets the separator for key/value pairs. |
| ValueType | Gets the type of the values of a dictionary argument. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |