C# Class BookSleeve.RedisMessage.RedisParameter.RedisInt64Parameter

Inheritance: RedisParameter
Datei anzeigen Open project: Malediction/Booksleeve

Public Methods

Method Description
RedisInt64Parameter ( long value ) : System
Write ( Stream stream ) : void

Method Details

RedisInt64Parameter() public method

public RedisInt64Parameter ( long value ) : System
value long
return System

Write() public method

public Write ( Stream stream ) : void
stream Stream
return void