C# Class MemExchange.Core.SharedDto.ServerToClient.ServerToClientMessage

Inheritance: IServerToClientMessage
显示文件 Open project: ThomasVestergaard/MemExchange Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Reset ( ) : void
ServerToClientMessage ( ) : System.Collections.Generic
Update ( IServerToClientMessage other ) : void

Method Details

Reset() public method

public Reset ( ) : void
return void

ServerToClientMessage() public method

public ServerToClientMessage ( ) : System.Collections.Generic
return System.Collections.Generic

Update() public method

public Update ( IServerToClientMessage other ) : void
other IServerToClientMessage
return void