C# Class Infiniminer.ChatMessage

显示文件 Open project: bobisfat/Infiniminer Class Usage Examples

Public Properties

Property Type Description
message string
newlines int
timestamp float
type ChatMessageType

Public Methods

Method Description
ChatMessage ( string message, ChatMessageType type, float timestamp, int newlines ) : System.Collections.Generic

Method Details

ChatMessage() public method

public ChatMessage ( string message, ChatMessageType type, float timestamp, int newlines ) : System.Collections.Generic
message string
type ChatMessageType
timestamp float
newlines int
return System.Collections.Generic

Property Details

message public_oe property

public string message
return string

newlines public_oe property

public int newlines
return int

timestamp public_oe property

public float timestamp
return float

type public_oe property

public ChatMessageType type
return ChatMessageType