C# 클래스 Radegast.ChatBufferItem

파일 보기 프로젝트 열기: radegastdev/radegast 1 사용 예제들

공개 메소드들

메소드 설명
ChatBufferItem ( ) : System
ChatBufferItem ( System.DateTime timestamp, string from, UUID id, string text, ChatBufferTextStyle style ) : System

메소드 상세

ChatBufferItem() 공개 메소드

public ChatBufferItem ( ) : System
리턴 System

ChatBufferItem() 공개 메소드

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
리턴 System