KeyValuePair Constructor(String,Object)
In This Topic
Initializes a new instance of the KeyValuePair class with the parameters specified.
Syntax
Parameters
- key
- Specifies the name of the custom property as string.
- value
- Specifies the value of the object.
See Also