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

Inheritance: IServerToClientMessage
Afficher le fichier Open project: ThomasVestergaard/MemExchange Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Reset ( ) : void
ServerToClientMessage ( ) : System.Collections.Generic
Update ( IServerToClientMessage other ) : void

Method Details

Reset() public méthode

public Reset ( ) : void
Résultat void

ServerToClientMessage() public méthode

public ServerToClientMessage ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Update() public méthode

public Update ( IServerToClientMessage other ) : void
other IServerToClientMessage
Résultat void