C# Class Radegast.ChatBufferItem

Mostra file Open project: radegastdev/radegast Class Usage Examples

Public Methods

Method Description
ChatBufferItem ( ) : System
ChatBufferItem ( System.DateTime timestamp, string from, UUID id, string text, ChatBufferTextStyle style ) : System

Method Details

ChatBufferItem() public method

public ChatBufferItem ( ) : System
return System

ChatBufferItem() public method

public ChatBufferItem ( System.DateTime timestamp, string from, UUID id, string text, ChatBufferTextStyle style ) : System
timestamp System.DateTime
from string
id UUID
text string
style ChatBufferTextStyle
return System