C# Class KeyPairSerializable, Recruitments

Mostra file Open project: ucdavis/Recruitments

Public Properties

Property Type Description
key string
value string

Public Methods

Method Description
KeyPairSerializable ( ) : System
KeyPairSerializable ( string key, string value ) : System

Method Details

KeyPairSerializable() public method

public KeyPairSerializable ( ) : System
return System

KeyPairSerializable() public method

public KeyPairSerializable ( string key, string value ) : System
key string
value string
return System

Property Details

key public_oe property

public string key
return string

value public_oe property

public string value
return string