mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER
Code Details >> Tools >> StringKeyValuePair >> Constructors >> Constructor (String, String)

StringKeyValuePair Constructor (String, String)



Constructor for a new instance of the StringKeyValuePair class


Namespace: SobekCM.Tools
Assembly: SobekCM_Tools (in SobekCM_Tools.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
public StringKeyValuePair(
	string Key,
	string Value
)

Parameters

Key
Type: System..::..String
Key for this key/value pair
Value
Type: System..::..String
Value for this key/value pair

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )