C# Class Radegast.ChatBufferItem

Afficher le fichier Open project: radegastdev/radegast Class Usage Examples

Méthodes publiques

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

Method Details

ChatBufferItem() public méthode

public ChatBufferItem ( ) : System
Résultat System

ChatBufferItem() public méthode

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
Résultat System