C# Class Yodiwo.YPChannel.MessageIE

Show file Open project: yodiwo/plegma

Public Properties

Property Type Description
Key string
Value object

Public Methods

Method Description
MessageIE ( string Key, object Value ) : System

Method Details

MessageIE() public method

public MessageIE ( string Key, object Value ) : System
Key string
Value object
return System

Property Details

Key public property

public string Key
return string

Value public property

public object Value
return object