mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER
Code Details >> Tools >> StringKeyValuePair

StringKeyValuePair Class



Fully serializable string key/value pair class


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

Syntax

C#
[SerializableAttribute]
[XmlRootAttribute("KeyValuePair")]
[DataContractAttribute]
[ProtoContractAttribute]
public class StringKeyValuePair

Inheritance Hierarchy

System..::..Object
  SobekCM.Tools..::..StringKeyValuePair

Constructors

  NameDescription
Public methodStringKeyValuePair()()()()
Constructor for a new instance of the StringKeyValuePair class
Public methodStringKeyValuePair(String, String)
Constructor for a new instance of the StringKeyValuePair class

Properties

  NameDescription
Public propertyKey
Key for this key/value pair
Public propertyValue
Value for this key/value pair

See Also



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